This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:
JSON
{ "AutoRollbackConfiguration" :[ AlarmDetails, ... ], "RollingUpdatePolicy" :RollingUpdatePolicy, "WaitIntervalInSeconds" :Integer}
YAML
AutoRollbackConfiguration:- AlarmDetailsRollingUpdatePolicy:RollingUpdatePolicyWaitIntervalInSeconds: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
WaitIntervalInSecondsProperty description not available.
Required: No
Type: Integer
Minimum:
0Maximum:
3600Update requires: No interruption