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.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def text_query @text_query end |
#type ⇒ "TEXT"
Returns the value of attribute type.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def type @type end |