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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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.
32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32397 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 |