Module Values_1.ModelSpeculativeDecodingTrainingDataSourceSource

Contains information about the training data source for speculative decoding.

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

    The Amazon S3 URI that points to the training data for speculative decoding.

    *)
  2. s3DataType : ModelSpeculativeDecodingS3DataType.t;
    (*

    The type of data stored in the Amazon S3 location. Valid values are S3Prefix or ManifestFile.

    *)
}
Sourceval context_ : string
Sourceval make : s3Uri:Values_0.S3Uri.t -> s3DataType:ModelSpeculativeDecodingS3DataType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.S3Uri.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