You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::MonitoringScheduleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringScheduleSummary
- Defined in:
- (unknown)
Overview
Summarizes the monitoring schedule.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the monitoring schedule.
-
#endpoint_name ⇒ String
The name of the endpoint using the monitoring schedule.
-
#last_modified_time ⇒ Time
The last time the monitoring schedule was modified.
-
#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_status ⇒ String
The status of the monitoring schedule.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the monitoring schedule.
#endpoint_name ⇒ String
The name of the endpoint using the monitoring schedule.
#last_modified_time ⇒ Time
The last time the monitoring schedule was modified.
#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_status ⇒ String
The status of the monitoring schedule.
Possible values:
- Pending
- Failed
- Scheduled
- Stopped