Class: Aws::SageMaker::Types::Alarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Alarm
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_name ⇒ String
The name of a CloudWatch alarm in your account.
Instance Attribute Details
#alarm_name ⇒ String
The name of a CloudWatch alarm in your account.
283 284 285 286 287 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 283 class Alarm < Struct.new( :alarm_name) SENSITIVE = [] include Aws::Structure end |