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)


283
284
285
286
287
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 283

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