Class: Aws::Personalize::Types::ListDatasetImportJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.

Returns:

  • (String)


3775
3776
3777
3778
3779
3780
3781
# File 'lib/aws-sdk-personalize/types.rb', line 3775

class ListDatasetImportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of dataset import jobs to return.

Returns:

  • (Integer)


3775
3776
3777
3778
3779
3780
3781
# File 'lib/aws-sdk-personalize/types.rb', line 3775

class ListDatasetImportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ‘ListDatasetImportJobs` for getting the next set of dataset import jobs (if they exist).

Returns:

  • (String)


3775
3776
3777
3778
3779
3780
3781
# File 'lib/aws-sdk-personalize/types.rb', line 3775

class ListDatasetImportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end