Module Values.TrainingDataConfigSource

S3 Location of the training data.

Sourcetype nonrec t = {
  1. s3Uri : S3Uri.t option;
    (*

    The S3 URI where the training data is stored.

    *)
  2. invocationLogsConfig : InvocationLogsConfig.t option;
    (*

    Settings for using invocation logs to customize a model.

    *)
}
Sourceval make : ?s3Uri:??? -> ?invocationLogsConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Uri.t | `Structure of (string * [> `Boolean of UsePromptResponse.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of RequestMetadataMapKeyString.t ] * [> `String of RequestMetadataMapValueString.t ]) list ]) list ] list | `Map of ([> `String of RequestMetadataMapKeyString.t ] * [> `String of RequestMetadataMapValueString.t ]) list | `String of S3Uri.t ]) list ]) 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