Class: Aws::SageMaker::Types::MonitoringExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringExecutionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Summary of information about the last monitoring job to run.
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.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#endpoint_name ⇒ String
The name of teh endpoint used to run the monitoring job.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#failure_reason ⇒ String
Contains the reason a monitoring job failed, if it failed.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp that indicates the last time the monitoring job was modified.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#monitoring_execution_status ⇒ String
The status of the monitoring job.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring job.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |
#scheduled_time ⇒ Time
The time the monitoring job was scheduled.
14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14825 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason) include Aws::Structure end |