Module Values_1.InferenceExecutionConfigSource

Specifies details about how containers in a multi-container endpoint are run.

Sourcetype nonrec t = {
  1. mode : InferenceExecutionMode.t;
    (*

    How containers in a multi-container are run. The following values are valid. SERIAL - Containers run as a serial pipeline. DIRECT - Only the individual container that you specify is run.

    *)
}
Sourceval context_ : string
Sourceval make : mode:InferenceExecutionMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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