Class: Aws::SageMaker::Types::Alarm

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alarm_nameString

The name of a CloudWatch alarm in your account.

Returns:

  • (String)


309
310
311
312
313
# File 'lib/aws-sdk-sagemaker/types.rb', line 309

class Alarm < Struct.new(
  :alarm_name)
  SENSITIVE = []
  include Aws::Structure
end