Module Values_0.RollingDeploymentPolicySource

The configurations that SageMaker uses when updating the AMI versions.

Sourcetype nonrec t = {
  1. maximumBatchSize : CapacitySizeConfig.t;
    (*

    The maximum amount of instances in the cluster that SageMaker can update at a time.

    *)
  2. rollbackMaximumBatchSize : CapacitySizeConfig.t option;
    (*

    The maximum amount of instances in the cluster that SageMaker can roll back at a time.

    *)
}
Sourceval context_ : string
Sourceval make : ?rollbackMaximumBatchSize:??? -> maximumBatchSize:CapacitySizeConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of NodeUnavailabilityValue.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t