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)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4073

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)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4073

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)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4073

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