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