Class: Aws::Types::KnowledgeBaseRetrievalResult
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseRetrievalResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::RetrievalResultContent
Returns the value of attribute content.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#location ⇒ Types::RetrievalResultLocation
Returns the value of attribute location.
-
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#content ⇒ Types::RetrievalResultContent
Returns the value of attribute content.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def content @content end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def document_id @document_id end |
#location ⇒ Types::RetrievalResultLocation
Returns the value of attribute location.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def location @location end |
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def @metadata end |
#score ⇒ ::Float
Returns the value of attribute score.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def score @score end |