Module Values.InferenceOutputConfigurationSource

Configuration information about how the inference output is stored.

Sourcetype nonrec t = {
  1. accept : InferenceOutputConfigurationAcceptString.t option;
    (*

    The MIME type used to specify the output data.

    *)
  2. members : InferenceReceiverMembers.t;
    (*

    Defines the members that can receive inference output.

    *)
}
Sourceval context_ : string
Sourceval make : ?accept:??? -> members:InferenceReceiverMembers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AccountId.t ]) list ] list | `String of InferenceOutputConfigurationAcceptString.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