Class: Aws::Types::PineconeFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::PineconeFieldMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
-
#text_field ⇒ ::String
Returns the value of attribute text_field.
Instance Attribute Details
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def @metadata_field end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def text_field @text_field end |