Class: Aws::Types::RerankQuery
- Inherits:
-
Object
- Object
- Aws::Types::RerankQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_query ⇒ Types::RerankTextDocument
Returns the value of attribute text_query.
-
#type ⇒ "TEXT"
Returns the value of attribute type.
Instance Attribute Details
#text_query ⇒ Types::RerankTextDocument
Returns the value of attribute text_query.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def text_query @text_query end |
#type ⇒ "TEXT"
Returns the value of attribute type.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def type @type end |