You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeMonitoringScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeMonitoringScheduleResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the monitoring job was created.
-
#endpoint_name ⇒ String
The name of the endpoint for the monitoring job.
-
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
-
#last_modified_time ⇒ Time
The time at which the monitoring job was last modified.
-
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Describes metadata on the last execution to run, if there was one.
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
-
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
-
#monitoring_schedule_name ⇒ String
Name of the monitoring schedule.
-
#monitoring_schedule_status ⇒ String
The status of an monitoring job.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the monitoring job was created.
#endpoint_name ⇒ String
The name of the endpoint for the monitoring job.
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
#last_modified_time ⇒ Time
The time at which the monitoring job was last modified.
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Describes metadata on the last execution to run, if there was one.
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
#monitoring_schedule_name ⇒ String
Name of the monitoring schedule.
#monitoring_schedule_status ⇒ String
The status of an monitoring job.
Possible values:
- Pending
- Failed
- Scheduled
- Stopped