monitoring_schedules_list_only
Lists monitoring_schedules
in a region or regions, for all properties use monitoring_schedules
Overview
Name | monitoring_schedules_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::MonitoringSchedule |
Id | aws.sagemaker.monitoring_schedules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
monitoring_schedule_arn | string | The Amazon Resource Name (ARN) of the monitoring schedule. |
monitoring_schedule_name | string | The name of the monitoring schedule. |
monitoring_schedule_config | object | The configuration object that specifies the monitoring schedule and defines the monitoring job. |
tags | array | An array of key-value pairs to apply to this resource. |
creation_time | string | The time at which the schedule was created. |
endpoint_name | string | The name of the endpoint used to run the monitoring job. |
failure_reason | string | Contains the reason a monitoring job failed, if it failed. |
last_modified_time | string | A timestamp that indicates the last time the monitoring job was modified. |
last_monitoring_execution_summary | object | Describes metadata on the last execution to run, if there was one. |
monitoring_schedule_status | string | The status of a schedule job. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all monitoring_schedules
in a region.
SELECT
region,
monitoring_schedule_arn
FROM aws.sagemaker.monitoring_schedules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the monitoring_schedules_list_only
resource, see monitoring_schedules