InferenceComponentDeploymentConfig

data class InferenceComponentDeploymentConfig(val autoRollbackConfiguration: InferenceComponentAutoRollbackConfiguration? = null, val rollingUpdatePolicy: InferenceComponentRollingUpdatePolicy? = null)

The deployment config for the inference component

Constructors

Link copied to clipboard
constructor(autoRollbackConfiguration: InferenceComponentAutoRollbackConfiguration? = null, rollingUpdatePolicy: InferenceComponentRollingUpdatePolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.