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