Module Values_2.UpdateInferenceComponentRuntimeConfigInputSource

Runtime settings for a model that is deployed with an inference component.

Sourcetype nonrec t = {
  1. inferenceComponentName : Values_1.InferenceComponentName.t;
    (*

    The name of the inference component to update.

    *)
  2. desiredRuntimeConfig : Values_1.InferenceComponentRuntimeConfig.t;
    (*

    Runtime settings for a model that is deployed with an inference component.

    *)
}
Sourceval context_ : string
Sourceval make : inferenceComponentName:Values_1.InferenceComponentName.t -> desiredRuntimeConfig:Values_1.InferenceComponentRuntimeConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.InferenceComponentName.t | `Structure of (string * [> `Integer of int ]) 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