Module Values_0.BaseModelSource

Identifies the foundation model that was used as the starting point for model customization.

Sourcetype nonrec t = {
  1. hubContentName : HubContentName.t option;
    (*

    The hub content name of the base model.

    *)
  2. hubContentVersion : HubContentVersion.t option;
    (*

    The hub content version of the base model.

    *)
  3. recipeName : RecipeName.t option;
    (*

    The recipe name of the base model.

    *)
}
Sourceval make : ?hubContentName:??? -> ?hubContentVersion:??? -> ?recipeName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HubContentName.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