Class: Aws::Personalize::Types::ListRecipesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListRecipesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
Filters returned recipes by domain for a Domain dataset group.
-
#max_results ⇒ Integer
The maximum number of recipes to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListRecipes` for getting the next set of recipes (if they exist).
-
#recipe_provider ⇒ String
The default is ‘SERVICE`.
Instance Attribute Details
#domain ⇒ String
Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don’t specify a domain, all recipes are returned.
4385 4386 4387 4388 4389 4390 4391 4392 |
# File 'lib/aws-sdk-personalize/types.rb', line 4385 class ListRecipesRequest < Struct.new( :recipe_provider, :next_token, :max_results, :domain) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of recipes to return.
4385 4386 4387 4388 4389 4390 4391 4392 |
# File 'lib/aws-sdk-personalize/types.rb', line 4385 class ListRecipesRequest < Struct.new( :recipe_provider, :next_token, :max_results, :domain) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListRecipes` for getting the next set of recipes (if they exist).
4385 4386 4387 4388 4389 4390 4391 4392 |
# File 'lib/aws-sdk-personalize/types.rb', line 4385 class ListRecipesRequest < Struct.new( :recipe_provider, :next_token, :max_results, :domain) SENSITIVE = [] include Aws::Structure end |
#recipe_provider ⇒ String
The default is ‘SERVICE`.
4385 4386 4387 4388 4389 4390 4391 4392 |
# File 'lib/aws-sdk-personalize/types.rb', line 4385 class ListRecipesRequest < Struct.new( :recipe_provider, :next_token, :max_results, :domain) SENSITIVE = [] include Aws::Structure end |