Class: Aws::Types::CreateRecommenderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommenderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
-
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def dataset_group_arn @dataset_group_arn end |
#name ⇒ ::String
Returns the value of attribute name.
352 353 354 |
# File 'sig/types.rbs', line 352 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
354 355 356 |
# File 'sig/types.rbs', line 354 def recipe_arn @recipe_arn end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
355 356 357 |
# File 'sig/types.rbs', line 355 def recommender_config @recommender_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
356 357 358 |
# File 'sig/types.rbs', line 356 def @tags end |