Class: Aws::SageMaker::Types::UpdateMonitoringAlertRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMonitoringAlertRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
46217 46218 46219 46220 46221 46222 46223 46224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46217 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.
46217 46218 46219 46220 46221 46222 46223 46224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46217 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.
46217 46218 46219 46220 46221 46222 46223 46224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46217 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.
46217 46218 46219 46220 46221 46222 46223 46224 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46217 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end |