Values_1.ModelSpeculativeDecodingTrainingDataSourceSourceContains information about the training data source for speculative decoding.
type nonrec t = {s3Uri : Values_0.S3Uri.t;The Amazon S3 URI that points to the training data for speculative decoding.
*)s3DataType : ModelSpeculativeDecodingS3DataType.t;The type of data stored in the Amazon S3 location. Valid values are S3Prefix or ManifestFile.
*)}val make :
s3Uri:Values_0.S3Uri.t ->
s3DataType:ModelSpeculativeDecodingS3DataType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.S3Uri.t ]) list ]