| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
RedisEnterpriseCloudConfiguration |
RedisEnterpriseCloudConfiguration.clone() |
RedisEnterpriseCloudConfiguration |
StorageConfiguration.getRedisEnterpriseCloudConfiguration()
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
|
RedisEnterpriseCloudConfiguration |
RedisEnterpriseCloudConfiguration.withCredentialsSecretArn(String credentialsSecretArn)
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis
Enterprise Cloud database.
|
RedisEnterpriseCloudConfiguration |
RedisEnterpriseCloudConfiguration.withEndpoint(String endpoint)
The endpoint URL of the Redis Enterprise Cloud database.
|
RedisEnterpriseCloudConfiguration |
RedisEnterpriseCloudConfiguration.withFieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
RedisEnterpriseCloudConfiguration |
RedisEnterpriseCloudConfiguration.withVectorIndexName(String vectorIndexName)
The name of the vector index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConfiguration.setRedisEnterpriseCloudConfiguration(RedisEnterpriseCloudConfiguration redisEnterpriseCloudConfiguration)
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
|
StorageConfiguration |
StorageConfiguration.withRedisEnterpriseCloudConfiguration(RedisEnterpriseCloudConfiguration redisEnterpriseCloudConfiguration)
Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
|
Copyright © 2025. All rights reserved.