Class: Aws::SageMaker::Types::AutoRollbackConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoRollbackConfig
- 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
-
#alarms ⇒ Array<Types::Alarm>
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
Instance Attribute Details
#alarms ⇒ Array<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.
2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2840 class AutoRollbackConfig < Struct.new( :alarms) SENSITIVE = [] include Aws::Structure end |