Values.DatasetImportJobSourceDescribes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob. A dataset import job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
type nonrec t = {jobName : Name.t option;The name of the import job.
*)datasetImportJobArn : Arn.t option;The ARN of the dataset import job.
*)datasetArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset that receives the imported data.
*)dataSource : DataSource.t option;The Amazon S3 bucket that contains the training data to import.
*)roleArn : Arn.t option;The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
*)status : Status.t option;The status of the dataset import job. A dataset import job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
*)creationDateTime : Date.t option;The creation date and time (in Unix time) of the dataset import job.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) the dataset was last updated.
*)failureReason : FailureReason.t option;If a dataset import job fails, provides the reason why.
*)importMode : ImportMode.t option;The import mode used by the dataset import job to import new records.
*)publishAttributionMetricsToS3 : Boolean.t option;Whether the job publishes metrics to Amazon S3 for a metric attribution.
*)}