Class: Aws::Types::RerankDocument
- Inherits:
-
Object
- Object
- Aws::Types::RerankDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_document ⇒ Object
Returns the value of attribute json_document.
-
#text_document ⇒ Types::RerankTextDocument
Returns the value of attribute text_document.
-
#type ⇒ "TEXT", "JSON"
Returns the value of attribute type.
Instance Attribute Details
#json_document ⇒ Object
Returns the value of attribute json_document.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def json_document @json_document end |
#text_document ⇒ Types::RerankTextDocument
Returns the value of attribute text_document.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def text_document @text_document end |
#type ⇒ "TEXT", "JSON"
Returns the value of attribute type.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def type @type end |