Class: Aws::SageMaker::Types::AutoRollbackConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Automatic rollback configuration for handling endpoint deployment failures and recovery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsArray<Types::Alarm>

List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.

Returns:



2725
2726
2727
2728
2729
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2725

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