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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


304
305
306
307
308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 304

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