Class: Aws::SageMaker::Types::UpdateMonitoringAlertResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMonitoringAlertResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
Instance Attribute Details
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
46236 46237 46238 46239 46240 46241 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46236 class UpdateMonitoringAlertResponse < Struct.new( :monitoring_schedule_arn, :monitoring_alert_name) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
46236 46237 46238 46239 46240 46241 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46236 class UpdateMonitoringAlertResponse < Struct.new( :monitoring_schedule_arn, :monitoring_alert_name) SENSITIVE = [] include Aws::Structure end |