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.



2309
2310
2311
# File 'sig/types.rbs', line 2309

def inline_document_source
  @inline_document_source
end

#type"INLINE"

Returns the value of attribute type.

Returns:

  • ("INLINE")


2310
2311
2312
# File 'sig/types.rbs', line 2310

def type
  @type
end