Class: Aws::Types::RerankSource
- Inherits:
-
Object
- Object
- Aws::Types::RerankSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inline_document_source ⇒ Types::RerankDocument
Returns the value of attribute inline_document_source.
-
#type ⇒ "INLINE"
Returns the value of attribute type.
Instance Attribute Details
#inline_document_source ⇒ Types::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.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def type @type end |