Class: Aws::Personalize::Types::ListSolutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListSolutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
-
#max_results ⇒ Integer
The maximum number of solutions to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListSolutions` for getting the next set of solutions (if they exist).
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
4544 4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-personalize/types.rb', line 4544 class ListSolutionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of solutions to return.
4544 4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-personalize/types.rb', line 4544 class ListSolutionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListSolutions` for getting the next set of solutions (if they exist).
4544 4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-personalize/types.rb', line 4544 class ListSolutionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |