Module Values_0.DeploymentConfigurationSource

The configuration to use when updating the AMI versions.

Sourcetype nonrec t = {
  1. rollingUpdatePolicy : RollingDeploymentPolicy.t option;
    (*

    The policy that SageMaker uses when updating the AMI versions of the cluster.

    *)
  2. waitIntervalInSeconds : WaitTimeIntervalInSeconds.t option;
    (*

    The duration in seconds that SageMaker waits before updating more instances in the cluster.

    *)
  3. autoRollbackConfiguration : AutoRollbackAlarms.t option;
    (*

    An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.

    *)
}
Sourceval make : ?rollingUpdatePolicy:??? -> ?waitIntervalInSeconds:??? -> ?autoRollbackConfiguration:??? -> unit -> t
Sourceval 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 ]
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