Class: Aws::Types::RecommenderConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_metadata_with_recommendations ⇒ Boolean
Returns the value of attribute enable_metadata_with_recommendations.
-
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
-
#min_recommendation_requests_per_second ⇒ ::Integer
Returns the value of attribute min_recommendation_requests_per_second.
-
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
Instance Attribute Details
#enable_metadata_with_recommendations ⇒ Boolean
Returns the value of attribute enable_metadata_with_recommendations.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def @enable_metadata_with_recommendations end |
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def item_exploration_config @item_exploration_config end |
#min_recommendation_requests_per_second ⇒ ::Integer
Returns the value of attribute min_recommendation_requests_per_second.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def min_recommendation_requests_per_second @min_recommendation_requests_per_second end |
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def training_data_config @training_data_config end |