Class: Aws::Personalize::Types::ListRecommendersRequest

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 Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4428

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

#max_resultsInteger

The maximum number of recommenders to return.

Returns:

  • (Integer)


4428
4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4428

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

#next_tokenString

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

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4428

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