Class: Aws::SageMaker::Types::DescribeMonitoringScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeMonitoringScheduleResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
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 for the monitoring job.
-
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
-
#last_modified_time ⇒ Time
The time at which the monitoring job was last modified.
-
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Describes metadata on the last execution to run, if there was one.
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
-
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
-
#monitoring_schedule_name ⇒ String
Name of the monitoring schedule.
-
#monitoring_schedule_status ⇒ String
The status of an monitoring job.
-
#monitoring_type ⇒ String
The type of the monitoring job that this schedule runs.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the monitoring job was created.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint for the monitoring job.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the monitoring job was last modified.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#last_monitoring_execution_summary ⇒ Types::MonitoringExecutionSummary
Describes metadata on the last execution to run, if there was one.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
Name of the monitoring schedule.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_status ⇒ String
The status of an monitoring job.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |
#monitoring_type ⇒ String
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY
- The schedule is for a data quality monitoring job.MODEL_QUALITY
- The schedule is for a model quality monitoring job.MODEL_BIAS
- The schedule is for a bias monitoring job.MODEL_EXPLAINABILITY
- The schedule is for an explainability monitoring job.
17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17489 class DescribeMonitoringScheduleResponse < 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, :last_monitoring_execution_summary) SENSITIVE = [] include Aws::Structure end |