Values_0.DeploymentConfigurationSourceThe configuration to use when updating the AMI versions.
type nonrec t = {rollingUpdatePolicy : RollingDeploymentPolicy.t option;The policy that SageMaker uses when updating the AMI versions of the cluster.
*)waitIntervalInSeconds : WaitTimeIntervalInSeconds.t option;The duration in seconds that SageMaker waits before updating more instances in the cluster.
*)autoRollbackConfiguration : AutoRollbackAlarms.t option;An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of WaitTimeIntervalInSeconds.t
| `List of
[> `Structure of (string * [> `String of AlarmName.t ]) list ] list
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of NodeUnavailabilityValue.t ])
list ])
list ])
list ]