Class: Aws::SageMaker::Types::MonitoringScheduleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringScheduleSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Summarizes the monitoring schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the monitoring schedule.
-
#endpoint_name ⇒ String
The name of the endpoint using the monitoring schedule.
-
#last_modified_time ⇒ Time
The last time the monitoring schedule was modified.
-
#monitoring_job_definition_name ⇒ String
The name of the monitoring job definition that the schedule is for.
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
-
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
-
#monitoring_schedule_status ⇒ String
The status of the monitoring schedule.
-
#monitoring_type ⇒ String
The type of the monitoring job definition that the schedule is for.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the monitoring schedule.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint using the monitoring schedule.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time the monitoring schedule was modified.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_job_definition_name ⇒ String
The name of the monitoring job definition that the schedule is for.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_status ⇒ String
The status of the monitoring schedule.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |
#monitoring_type ⇒ String
The type of the monitoring job definition that the schedule is for.
36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36135 class MonitoringScheduleSummary < Struct.new( :monitoring_schedule_name, :monitoring_schedule_arn, :creation_time, :last_modified_time, :monitoring_schedule_status, :endpoint_name, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end |