Values.DatasetSourceSourceThe data source for the dataset.
type nonrec t = {sourceType : DatasetSourceType.t;The type of data source for the dataset.
*)sourceFormat : DatasetSourceFormat.t;The format of the dataset source associated with the dataset.
*)sourceDetail : SourceDetail.t option;The details of the dataset source associated with the dataset.
*)}val make :
?sourceDetail:??? ->
sourceType:DatasetSourceType.t ->
sourceFormat:DatasetSourceFormat.t ->
unit ->
t