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