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.
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.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def type @type end |