Class: Aws::SageMaker::Types::UpdateMonitoringAlertRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMonitoringAlertRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datapoints_to_alert ⇒ Integer
Within
EvaluationPeriod, how many execution failures will raise an alert. -
#evaluation_period ⇒ Integer
The number of most recent monitoring executions to consider when evaluating alert status.
-
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
-
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
Instance Attribute Details
#datapoints_to_alert ⇒ Integer
Within EvaluationPeriod, how many execution failures will raise an
alert.
54191 54192 54193 54194 54195 54196 54197 54198 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54191 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end |
#evaluation_period ⇒ Integer
The number of most recent monitoring executions to consider when evaluating alert status.
54191 54192 54193 54194 54195 54196 54197 54198 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54191 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end |
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
54191 54192 54193 54194 54195 54196 54197 54198 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54191 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
54191 54192 54193 54194 54195 54196 54197 54198 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54191 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end |