Class: Aws::Types::GetProfileRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_ids ⇒ ::Array[::String]
Returns the value of attribute candidate_ids.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#diversity_config ⇒ Types::RecommendationDiversityConfig
Returns the value of attribute diversity_config.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metadata_config ⇒ Types::MetadataConfig
Returns the value of attribute metadata_config.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#recommender_filters ⇒ ::Array[Types::RecommenderFilter]
Returns the value of attribute recommender_filters.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
-
#recommender_promotional_filters ⇒ ::Array[Types::RecommenderPromotionalFilter]
Returns the value of attribute recommender_promotional_filters.
Instance Attribute Details
#candidate_ids ⇒ ::Array[::String]
Returns the value of attribute candidate_ids.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def candidate_ids @candidate_ids end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def context @context end |
#diversity_config ⇒ Types::RecommendationDiversityConfig
Returns the value of attribute diversity_config.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def diversity_config @diversity_config end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def domain_name @domain_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def max_results @max_results end |
#metadata_config ⇒ Types::MetadataConfig
Returns the value of attribute metadata_config.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def @metadata_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def profile_id @profile_id end |
#recommender_filters ⇒ ::Array[Types::RecommenderFilter]
Returns the value of attribute recommender_filters.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def recommender_filters @recommender_filters end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def recommender_name @recommender_name end |
#recommender_promotional_filters ⇒ ::Array[Types::RecommenderPromotionalFilter]
Returns the value of attribute recommender_promotional_filters.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def recommender_promotional_filters @recommender_promotional_filters end |