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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the monitoring job was created.
-
#endpoint_name ⇒ String
The name of the 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_job_definition_name ⇒ String
The name of the monitoring job.
-
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
-
#monitoring_type ⇒ String
The type of the monitoring job.
-
#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.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint used to run the monitoring job.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
Contains the reason a monitoring job failed, if it failed.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp that indicates the last time the monitoring job was modified.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_execution_status ⇒ String
The status of the monitoring job.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_job_definition_name ⇒ String
The name of the monitoring job.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_type ⇒ String
The type of the monitoring job.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring job.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#scheduled_time ⇒ Time
The time the monitoring job was scheduled.
34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34244 class MonitoringExecutionSummary < Struct.new( :monitoring_schedule_name, :scheduled_time, :creation_time, :last_modified_time, :monitoring_execution_status, :processing_job_arn, :endpoint_name, :failure_reason, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |