monitoring_schedules
Retrieves a list of monitoring_schedules
in a region
Overview
Name | monitoring_schedules |
Type | Resource |
Description | monitoring_schedules |
Id | awscc.sagemaker.monitoring_schedules |
Fields
Name | Datatype | Description |
---|---|---|
monitoring_schedule_arn | string | The Amazon Resource Name (ARN) of the monitoring schedule. |
region | string | AWS 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