| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
PineconeFieldMapping |
PineconeFieldMapping.clone() |
PineconeFieldMapping |
PineconeConfiguration.getFieldMapping()
Contains the names of the fields to which to map information about the vector store.
|
PineconeFieldMapping |
PineconeFieldMapping.withMetadataField(String metadataField)
The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
PineconeFieldMapping |
PineconeFieldMapping.withTextField(String textField)
The name of the field in which Amazon Bedrock stores the raw text from your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PineconeConfiguration.setFieldMapping(PineconeFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
PineconeConfiguration |
PineconeConfiguration.withFieldMapping(PineconeFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
Copyright © 2025. All rights reserved.