Class: Aws::Types::RecommendationData
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::DataSummary
Returns the value of attribute data.
-
#document ⇒ Types::Document
Returns the value of attribute document.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
-
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
-
#type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Types::DataSummary
Returns the value of attribute data.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def data @data end |
#document ⇒ Types::Document
Returns the value of attribute document.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def document @document end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def recommendation_id @recommendation_id end |
#relevance_level ⇒ "HIGH", ...
Returns the value of attribute relevance_level.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def relevance_level @relevance_level end |
#relevance_score ⇒ ::Float
Returns the value of attribute relevance_score.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def relevance_score @relevance_score end |
#type ⇒ "KNOWLEDGE_CONTENT", ...
Returns the value of attribute type.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def type @type end |