Class: Aws::SageMaker::Types::MonitoringScheduleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringScheduleSummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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.
34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34672 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 |