Values.UpdateDatasetRequestSourceUpdates a dataset.
type nonrec t = {datasetId : ID.t;The ID of the dataset.
*)datasetName : RestrictedName.t;The name of the dataset.
*)datasetDescription : RestrictedDescription.t option;A description about the dataset, and its functionality.
*)datasetSource : DatasetSource.t;The data source for the dataset.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val make :
?datasetDescription:??? ->
?clientToken:??? ->
datasetId:ID.t ->
datasetName:RestrictedName.t ->
datasetSource:DatasetSource.t ->
unit ->
t