Module Values_1.InferenceComponentDeploymentConfigSource

The deployment configuration for an endpoint that hosts inference components. The configuration includes the desired deployment strategy and rollback settings.

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

    Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.

    *)
  2. autoRollbackConfiguration : Values_0.AutoRollbackConfig.t option;
}
Sourceval context_ : string
Sourceval make : ?autoRollbackConfiguration:??? -> rollingUpdatePolicy:InferenceComponentRollingUpdatePolicy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Values_0.WaitIntervalInSeconds.t | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of Values_0.CapacitySizeValue.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