Class: Aws::Types::RerankSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:inline_document_source])

Instance Attribute Summary collapse

Instance Attribute Details

#inline_document_sourceTypes::RerankDocument

Returns the value of attribute inline_document_source.



2227
2228
2229
# File 'sig/types.rbs', line 2227

def inline_document_source
  @inline_document_source
end

#type"INLINE"

Returns the value of attribute type.

Returns:

  • ("INLINE")


2228
2229
2230
# File 'sig/types.rbs', line 2228

def type
  @type
end