Describes the dataset import job created by CreateDatasetImportJob, including the import job status
Describes the dataset import job created by
create_dataset_import_job,
including the import job status.
personalize_describe_dataset_import_job(datasetImportJobArn)
datasetImportJobArn |
[required] The Amazon Resource Name (ARN) of the dataset import job to describe. |
A list with the following syntax:
list(
datasetImportJob = list(
jobName = "string",
datasetImportJobArn = "string",
datasetArn = "string",
dataSource = list(
dataLocation = "string"
),
roleArn = "string",
status = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
failureReason = "string"
)
)svc$describe_dataset_import_job( datasetImportJobArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.