Values_0.AdditionalS3DataSourceSourceA data source used for training or inference that is in addition to the input dataset or model data.
type nonrec t = {s3DataType : AdditionalS3DataSourceDataType.t;The data type of the additional data source that you specify for use in inference or training.
*)s3Uri : S3Uri.t;The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
*)compressionType : CompressionType.t option;The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
*)eTag : String_.t option;The ETag associated with S3 URI.
*)}val make :
?compressionType:??? ->
?eTag:??? ->
s3DataType:AdditionalS3DataSourceDataType.t ->
s3Uri:S3Uri.t ->
unit ->
t