Values.DataSetExportTaskSourceContains information about a data set export task.
type nonrec t = {status : DataSetTaskLifecycle.t option;The status of the data set export task.
*)statusReason : String_.t option;If dataset exports failed, the failure reason will show here.
*)summary : DataSetExportSummary.t option;A summary of the data set export task.
*)taskId : Identifier.t option;The identifier of the data set export task.
*)}