Module Values_1.RealTimeInferenceConfigSource

The infrastructure configuration for deploying the model to a real-time inference endpoint.

Sourcetype nonrec t = {
  1. instanceType : Values_0.ProductionVariantInstanceType.t;
    (*

    The instance type the model is deployed to.

    *)
  2. instanceCount : TaskCount.t;
    (*

    The number of instances of the type specified by InstanceType.

    *)
}
Sourceval context_ : string
Sourceval make : instanceType:Values_0.ProductionVariantInstanceType.t -> instanceCount:TaskCount.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of TaskCount.t ]) 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