Endpoint Deployment Config Rolling Update Policy Args
data class EndpointDeploymentConfigRollingUpdatePolicyArgs(val maximumBatchSize: Output<EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSizeArgs>, val maximumExecutionTimeoutInSeconds: Output<Int>? = null, val rollbackMaximumBatchSize: Output<EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSizeArgs>? = null, val waitIntervalInSeconds: Output<Int>) : ConvertibleToJava<EndpointDeploymentConfigRollingUpdatePolicyArgs>
Constructors
Link copied to clipboard
fun EndpointDeploymentConfigRollingUpdatePolicyArgs(maximumBatchSize: Output<EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSizeArgs>, maximumExecutionTimeoutInSeconds: Output<Int>? = null, rollbackMaximumBatchSize: Output<EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSizeArgs>? = null, waitIntervalInSeconds: Output<Int>)
Functions
Properties
Link copied to clipboard
val rollbackMaximumBatchSize: Output<EndpointDeploymentConfigRollingUpdatePolicyRollbackMaximumBatchSizeArgs>? = null
Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback. See Rollback Maximum Batch Size.