Class: Aws::Personalize::Types::CreateRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateRecommenderRequest
- 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 destination domain dataset group for the recommender.
-
#name ⇒ String
The name of the recommender.
-
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe that the recommender will use.
-
#recommender_config ⇒ Types::RecommenderConfig
The configuration details of the recommender.
-
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the recommender.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
1577 1578 1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-personalize/types.rb', line 1577 class CreateRecommenderRequest < Struct.new( :name, :dataset_group_arn, :recipe_arn, :recommender_config, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommender.
1577 1578 1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-personalize/types.rb', line 1577 class CreateRecommenderRequest < Struct.new( :name, :dataset_group_arn, :recipe_arn, :recommender_config, :tags) SENSITIVE = [] include Aws::Structure end |
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see [Choosing recommender use cases].
[1]: docs.aws.amazon.com/personalize/latest/dg/domain-use-cases.html
1577 1578 1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-personalize/types.rb', line 1577 class CreateRecommenderRequest < Struct.new( :name, :dataset_group_arn, :recipe_arn, :recommender_config, :tags) SENSITIVE = [] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The configuration details of the recommender.
1577 1578 1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-personalize/types.rb', line 1577 class CreateRecommenderRequest < Struct.new( :name, :dataset_group_arn, :recipe_arn, :recommender_config, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the recommender.
[1]: docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html
1577 1578 1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-personalize/types.rb', line 1577 class CreateRecommenderRequest < Struct.new( :name, :dataset_group_arn, :recipe_arn, :recommender_config, :tags) SENSITIVE = [] include Aws::Structure end |