Class: Aws::Personalize::Types::ListSolutionsRequest

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.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4273

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

#max_resultsInteger

The maximum number of solutions to return.

Returns:

  • (Integer)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4273

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

#next_tokenString

A token returned from the previous call to ListSolutions for getting the next set of solutions (if they exist).

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4273

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