Skip to main content

monitoring_schedules

Retrieves a list of monitoring_schedules in a region

Overview

Namemonitoring_schedules
TypeResource
Descriptionmonitoring_schedules
Idawscc.sagemaker.monitoring_schedules

Fields

NameDatatypeDescription
monitoring_schedule_arnstringThe Amazon Resource Name (ARN) of the monitoring schedule.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
monitoring_schedule_arn
FROM awscc.sagemaker.monitoring_schedules
WHERE region = 'us-east-1'

Permissions

To operate on the monitoring_schedules resource, the following permissions are required:

Create

sagemaker:CreateMonitoringSchedule,
sagemaker:DescribeMonitoringSchedule,
iam:PassRole

List

sagemaker:ListMonitoringSchedule