Class: Aws::Personalize::Types::ListDatasetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3901

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

#max_resultsInteger

The maximum number of datasets to return.

Returns:

  • (Integer)


3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3901

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

#next_tokenString

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

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3901

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