Class: Aws::Types::SearchRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchRecommendationsRequest
- 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 ⇒ Types::RecommendationDiversityConfig
Returns the value of attribute diversity.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_values ⇒ ::Array[::String]
Returns the value of attribute key_values.
-
#max_recommendations ⇒ ::Integer
Returns the value of attribute max_recommendations.
-
#metadata ⇒ Types::RecommendationMetadata
Returns the value of attribute metadata.
-
#recommender ⇒ Types::Recommender
Returns the value of attribute recommender.
Instance Attribute Details
#candidate_ids ⇒ ::Array[::String]
Returns the value of attribute candidate_ids.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def candidate_ids @candidate_ids end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def context @context end |
#diversity ⇒ Types::RecommendationDiversityConfig
Returns the value of attribute diversity.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def diversity @diversity end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def domain_name @domain_name end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def key_name @key_name end |
#key_values ⇒ ::Array[::String]
Returns the value of attribute key_values.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def key_values @key_values end |
#max_recommendations ⇒ ::Integer
Returns the value of attribute max_recommendations.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def max_recommendations @max_recommendations end |
#metadata ⇒ Types::RecommendationMetadata
Returns the value of attribute metadata.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def @metadata end |
#recommender ⇒ Types::Recommender
Returns the value of attribute recommender.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def recommender @recommender end |