Skip to main content

monitoring_schedule_tags

Expands all tag keys and values for monitoring_schedules in a region

Overview

Namemonitoring_schedule_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::MonitoringSchedule
Idaws.sagemaker.monitoring_schedule_tags

Fields

NameDatatypeDescription
monitoring_schedule_arnstringThe Amazon Resource Name (ARN) of the monitoring schedule.
monitoring_schedule_namestringThe name of the monitoring schedule.
monitoring_schedule_configobjectThe configuration object that specifies the monitoring schedule and defines the monitoring job.
creation_timestringThe time at which the schedule was created.
endpoint_namestringThe name of the endpoint used to run the monitoring job.
failure_reasonstringContains the reason a monitoring job failed, if it failed.
last_modified_timestringA timestamp that indicates the last time the monitoring job was modified.
last_monitoring_execution_summaryobjectDescribes metadata on the last execution to run, if there was one.
monitoring_schedule_statusstringThe status of a schedule job.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all monitoring_schedules in a region.

SELECT
region,
monitoring_schedule_arn,
monitoring_schedule_name,
monitoring_schedule_config,
creation_time,
endpoint_name,
failure_reason,
last_modified_time,
last_monitoring_execution_summary,
monitoring_schedule_status,
tag_key,
tag_value
FROM aws.sagemaker.monitoring_schedule_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the monitoring_schedule_tags resource, see monitoring_schedules