Class: Aws::SageMaker::Types::ModelDashboardMonitoringSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelDashboardMonitoringSchedule
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
-
#creation_time ⇒ Time
A timestamp that indicates when the monitoring schedule was created.
-
#endpoint_name ⇒ String
The endpoint which is monitored.
-
#failure_reason ⇒ String
If a monitoring job failed, provides the reason.
-
#last_modified_time ⇒ Time
A timestamp that indicates when the monitoring schedule was last updated.
-
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Summary of information about the last monitoring job to run.
-
#monitoring_alert_summaries ⇒ Array<Types::MonitoringAlertSummary>
A JSON array where each element is a summary for a monitoring alert.
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of a monitoring schedule.
-
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Configures the monitoring schedule and defines the monitoring job.
-
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
-
#monitoring_schedule_status ⇒ String
The status of the monitoring schedule.
-
#monitoring_type ⇒ String
The monitor type of a model monitor.
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
A timestamp that indicates when the monitoring schedule was created.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The endpoint which is monitored.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If a monitoring job failed, provides the reason.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp that indicates when the monitoring schedule was last updated.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Summary of information about the last monitoring job to run.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_alert_summaries ⇒ Array<Types::MonitoringAlertSummary>
A JSON array where each element is a summary for a monitoring alert.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of a monitoring schedule.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
Configures the monitoring schedule and defines the monitoring job.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_status ⇒ String
The status of the monitoring schedule.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#monitoring_type ⇒ String
The monitor type of a model monitor.
32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32736 class ModelDashboardMonitoringSchedule < Struct.new( :monitoring_schedule_arn, :monitoring_schedule_name, :monitoring_schedule_status, :monitoring_type, :failure_reason, :creation_time, :last_modified_time, :monitoring_schedule_config, :endpoint_name, :monitoring_alert_summaries, :last_monitoring_execution_summary, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |