class Aws::Personalize::Types::ListDatasetImportJobsRequest
@note When making an API call, you may pass ListDatasetImportJobsRequest
data as a hash: { dataset_arn: "Arn", next_token: "NextToken", max_results: 1, }
@!attribute [rw] dataset_arn
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for. @return [String]
@!attribute [rw] next_token
A token returned from the previous call to `ListDatasetImportJobs` for getting the next set of dataset import jobs (if they exist). @return [String]
@!attribute [rw] max_results
The maximum number of dataset import jobs to return. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListDatasetImportJobsRequest AWS API Documentation
Constants
- SENSITIVE