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.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def json_document @json_document end |
#text_document ⇒ Types::RerankTextDocument
Returns the value of attribute text_document.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def text_document @text_document end |
#type ⇒ "TEXT", "JSON"
Returns the value of attribute type.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def type @type end |