Values_0.RollingDeploymentPolicySourceThe configurations that SageMaker uses when updating the AMI versions.
type nonrec t = {maximumBatchSize : CapacitySizeConfig.t;The maximum amount of instances in the cluster that SageMaker can update at a time.
*)rollbackMaximumBatchSize : CapacitySizeConfig.t option;The maximum amount of instances in the cluster that SageMaker can roll back at a time.
*)}val make :
?rollbackMaximumBatchSize:??? ->
maximumBatchSize:CapacitySizeConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `Integer of NodeUnavailabilityValue.t ])
list ])
list ]