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.
46155 46156 46157 46158 46159 46160 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46155 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.
46155 46156 46157 46158 46159 46160 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46155 class UpdateMonitoringAlertResponse < Struct.new( :monitoring_schedule_arn, :monitoring_alert_name) SENSITIVE = [] include Aws::Structure end |