/AWS1/CL_BDAREDISENTERPRISEC00¶
Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endpoint TYPE /AWS1/BDAREDISENTERPRISECLOU00 /AWS1/BDAREDISENTERPRISECLOU00¶
The endpoint URL of the Redis Enterprise Cloud database.
iv_vectorindexname TYPE /AWS1/BDAREDISENTERPRISECLOU01 /AWS1/BDAREDISENTERPRISECLOU01¶
The name of the vector index.
iv_credentialssecretarn TYPE /AWS1/BDASECRETARN /AWS1/BDASECRETARN¶
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
io_fieldmapping TYPE REF TO /AWS1/CL_BDAREDISENTERPRISEC01 /AWS1/CL_BDAREDISENTERPRISEC01¶
Contains the names of the fields to which to map information about the vector store.
Queryable Attributes¶
endpoint¶
The endpoint URL of the Redis Enterprise Cloud database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |
vectorIndexName¶
The name of the vector index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VECTORINDEXNAME() |
Getter for VECTORINDEXNAME, with configurable default |
ASK_VECTORINDEXNAME() |
Getter for VECTORINDEXNAME w/ exceptions if field has no val |
HAS_VECTORINDEXNAME() |
Determine if VECTORINDEXNAME has a value |
credentialsSecretArn¶
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALSSECRETARN() |
Getter for CREDENTIALSSECRETARN, with configurable default |
ASK_CREDENTIALSSECRETARN() |
Getter for CREDENTIALSSECRETARN w/ exceptions if field has n |
HAS_CREDENTIALSSECRETARN() |
Determine if CREDENTIALSSECRETARN has a value |
fieldMapping¶
Contains the names of the fields to which to map information about the vector store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDMAPPING() |
Getter for FIELDMAPPING |