Class: Aws::Types::RerankQuery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_query])

Instance Attribute Summary collapse

Instance Attribute Details

#text_queryTypes::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.

Returns:

  • ("TEXT")


2201
2202
2203
# File 'sig/types.rbs', line 2201

def type
  @type
end