This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::Cluster DeploymentConfig
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AutoRollbackConfiguration" :
[ AlarmDetails, ... ]
, "RollingUpdatePolicy" :RollingUpdatePolicy
, "WaitIntervalInSeconds" :Integer
}
YAML
AutoRollbackConfiguration:
- AlarmDetails
RollingUpdatePolicy:RollingUpdatePolicy
WaitIntervalInSeconds:Integer
Properties
AutoRollbackConfiguration
-
Automatic rollback configuration for handling endpoint deployment failures and recovery.
Required: No
Type: Array of AlarmDetails
Update requires: No interruption
RollingUpdatePolicy
-
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
Required: No
Type: RollingUpdatePolicy
Update requires: No interruption
WaitIntervalInSeconds
Property description not available.
Required: No
Type: Integer
Minimum:
0
Maximum:
3600
Update requires: No interruption