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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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.
32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32663 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 |