/AWS1/CL_BDAOPENSRCHMANAGEDC00¶
Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainendpoint TYPE /AWS1/BDAOPENSRCHMANAGEDCLST00 /AWS1/BDAOPENSRCHMANAGEDCLST00¶
The endpoint URL the OpenSearch domain.
iv_domainarn TYPE /AWS1/BDAOPENSRCHMANAGEDCLST01 /AWS1/BDAOPENSRCHMANAGEDCLST01¶
The Amazon Resource Name (ARN) of the OpenSearch domain.
iv_vectorindexname TYPE /AWS1/BDAOPENSRCHMANAGEDCLST02 /AWS1/BDAOPENSRCHMANAGEDCLST02¶
The name of the vector store.
io_fieldmapping TYPE REF TO /AWS1/CL_BDAOPENSRCHMANAGEDC01 /AWS1/CL_BDAOPENSRCHMANAGEDC01¶
Contains the names of the fields to which to map information about the vector store.
Queryable Attributes¶
domainEndpoint¶
The endpoint URL the OpenSearch domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINENDPOINT() |
Getter for DOMAINENDPOINT, with configurable default |
ASK_DOMAINENDPOINT() |
Getter for DOMAINENDPOINT w/ exceptions if field has no valu |
HAS_DOMAINENDPOINT() |
Determine if DOMAINENDPOINT has a value |
domainArn¶
The Amazon Resource Name (ARN) of the OpenSearch domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINARN() |
Getter for DOMAINARN, with configurable default |
ASK_DOMAINARN() |
Getter for DOMAINARN w/ exceptions if field has no value |
HAS_DOMAINARN() |
Determine if DOMAINARN has a value |
vectorIndexName¶
The name of the vector store.
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 |
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 |