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)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def json_document
  @json_document
end

#text_documentTypes::RerankTextDocument

Returns the value of attribute text_document.



2194
2195
2196
# File 'sig/types.rbs', line 2194

def text_document
  @text_document
end

#type"TEXT", "JSON"

Returns the value of attribute type.

Returns:

  • ("TEXT", "JSON")


2195
2196
2197
# File 'sig/types.rbs', line 2195

def type
  @type
end