Class: Aws::Types::RerankDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_document])

Instance Attribute Summary collapse

Instance Attribute Details

#json_documentObject

Returns the value of attribute json_document.

Returns:

  • (Object)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def json_document
  @json_document
end

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

Returns:

  • ("TEXT", "JSON")


2277
2278
2279
# File 'sig/types.rbs', line 2277

def type
  @type
end