aws.sagemaker.list_monitoring_schedules
Example SQL Queries
SELECT * FROMaws.sagemaker.list_monitoring_schedules;Description
Returns list of all monitoring schedules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only monitoring schedules created after a specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only monitoring schedules created before a specified time. | TIMESTAMP_S |
| endpoint_name Input Column The name of the endpoint using the monitoring schedule. | VARCHAR |
| last_modified_time_after Input Column A filter that returns only monitoring schedules modified after a specified time. | TIMESTAMP_S |
| last_modified_time_before Input Column A filter that returns only monitoring schedules modified before a specified time. | TIMESTAMP_S |
| monitoring_job_definition_name Input Column The name of the monitoring job definition that the schedule is for. | VARCHAR |
| monitoring_type_equals Input Column A filter that returns only the monitoring schedules for the specified monitoring type. | VARCHAR |
| name_contains Input Column Filter for monitoring schedules whose name contains a specified string. | VARCHAR |
| sort_by Input Column Whether to sort the results by the Status, CreationTime, or ScheduledTime field. The default is CreationTime. | VARCHAR |
| sort_order Input Column Whether to sort the results in Ascending or Descending order. The default is Descending. | VARCHAR |
| status_equals Input Column A filter that returns only monitoring schedules modified before a specified time. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time The creation time of the monitoring schedule. | TIMESTAMP_S |
| last_modified_time The last time the monitoring schedule was modified. | TIMESTAMP_S |
| monitoring_schedule_arn The Amazon Resource Name (ARN) of the monitoring schedule. | VARCHAR |
| monitoring_schedule_name The name of the monitoring schedule. | VARCHAR |
| monitoring_schedule_status The status of the monitoring schedule. | VARCHAR |
| monitoring_type The type of the monitoring job definition that the schedule is for. | VARCHAR |