EndpointDeploymentConfig

data class EndpointDeploymentConfig(val autoRollbackConfiguration: EndpointDeploymentConfigAutoRollbackConfiguration? = null, val blueGreenUpdatePolicy: EndpointDeploymentConfigBlueGreenUpdatePolicy? = null, val rollingUpdatePolicy: EndpointDeploymentConfigRollingUpdatePolicy? = null)

Constructors

Link copied to clipboard
constructor(autoRollbackConfiguration: EndpointDeploymentConfigAutoRollbackConfiguration? = null, blueGreenUpdatePolicy: EndpointDeploymentConfigBlueGreenUpdatePolicy? = null, rollingUpdatePolicy: EndpointDeploymentConfigRollingUpdatePolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.

Link copied to clipboard

Update policy for a blue/green deployment. If this update policy is specified, SageMaker AI creates a new fleet during the deployment while maintaining the old fleet. SageMaker AI flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker AI uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.

Link copied to clipboard

Specifies a rolling deployment strategy for updating a SageMaker AI endpoint. See Rolling Update Policy.