You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::MonitoringExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringExecutionSummary
- Defined in:
- (unknown)
Overview
Summary of information about the last monitoring job to run.
Returned by:
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the monitoring job was created.
-
#endpoint_name ⇒ String
The name of teh endpoint used to run the monitoring job.
-
#failure_reason ⇒ String
Contains the reason a monitoring job failed, if it failed.
-
#last_modified_time ⇒ Time
A timestamp that indicates the last time the monitoring job was modified.
-
#monitoring_execution_status ⇒ String
The status of the monitoring job.
-
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
-
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring job.
-
#scheduled_time ⇒ Time
The time the monitoring job was scheduled.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the monitoring job was created.
#endpoint_name ⇒ String
The name of teh endpoint used to run the monitoring job.
#failure_reason ⇒ String
Contains the reason a monitoring job failed, if it failed.
#last_modified_time ⇒ Time
A timestamp that indicates the last time the monitoring job was modified.
#monitoring_execution_status ⇒ String
The status of the monitoring job.
Possible values:
- Pending
- Completed
- CompletedWithViolations
- InProgress
- Failed
- Stopping
- Stopped
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring job.
#scheduled_time ⇒ Time
The time the monitoring job was scheduled.