Inference Component Deployment Config Args
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)