InferenceComponentDeploymentConfigArgs

data class InferenceComponentDeploymentConfigArgs(val autoRollbackConfiguration: Output<InferenceComponentAutoRollbackConfigurationArgs>? = null, val rollingUpdatePolicy: Output<InferenceComponentRollingUpdatePolicyArgs>? = null) : ConvertibleToJava<InferenceComponentDeploymentConfigArgs>

The deployment config for the inference component

Constructors

Link copied to clipboard
constructor(autoRollbackConfiguration: Output<InferenceComponentAutoRollbackConfigurationArgs>? = null, rollingUpdatePolicy: Output<InferenceComponentRollingUpdatePolicyArgs>? = null)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): InferenceComponentDeploymentConfigArgs