Values.DataIngestionJobSummarySourceProvides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
type nonrec t = {jobId : IngestionJobId.t option;Indicates the job ID of the data ingestion job.
*)datasetName : DatasetName.t option;The name of the dataset used for the data ingestion job.
*)datasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
*)ingestionInputConfiguration : IngestionInputConfiguration.t option;Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
*)status : IngestionJobStatus.t option;Indicates the status of the data ingestion job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IngestionJobId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ]