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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def content @content end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def document_id @document_id end |
#location ⇒ Types::RetrievalResultLocation
Returns the value of attribute location.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def location @location end |
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def @metadata end |
#score ⇒ ::Float
Returns the value of attribute score.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def score @score end |