Class: Aws::Personalize::Types::ListRecipesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

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.

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
4036
4037
# File 'lib/aws-sdk-personalize/types.rb', line 4030

class ListRecipesRequest < Struct.new(
  :recipe_provider,
  :next_token,
  :max_results,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of recipes to return.

Returns:

  • (Integer)


4030
4031
4032
4033
4034
4035
4036
4037
# File 'lib/aws-sdk-personalize/types.rb', line 4030

class ListRecipesRequest < Struct.new(
  :recipe_provider,
  :next_token,
  :max_results,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ‘ListRecipes` for getting the next set of recipes (if they exist).

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
4036
4037
# File 'lib/aws-sdk-personalize/types.rb', line 4030

class ListRecipesRequest < Struct.new(
  :recipe_provider,
  :next_token,
  :max_results,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_providerString

The default is ‘SERVICE`.

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
4036
4037
# File 'lib/aws-sdk-personalize/types.rb', line 4030

class ListRecipesRequest < Struct.new(
  :recipe_provider,
  :next_token,
  :max_results,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end