Returns a list of dataset import jobs that use the given dataset
Returns a list of dataset import jobs that use the given dataset. When a
dataset is not specified, all the dataset import jobs associated with
the account are listed. The response provides the properties for each
dataset import job, including the Amazon Resource Name (ARN). For more
information on dataset import jobs, see
create_dataset_import_job
.
For more information on datasets, see
create_dataset
.
personalize_list_dataset_import_jobs(datasetArn, nextToken, maxResults)
datasetArn |
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for. |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of dataset import jobs to return. |
A list with the following syntax:
list( datasetImportJobs = list( list( datasetImportJobArn = "string", jobName = "string", status = "string", creationDateTime = as.POSIXct( "2015-01-01" ), lastUpdatedDateTime = as.POSIXct( "2015-01-01" ), failureReason = "string" ) ), nextToken = "string" )
svc$list_dataset_import_jobs( datasetArn = "string", nextToken = "string", maxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.