/AWS1/CL_S3VINDEXSUMMARY¶
Summary information about a vector index.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vectorbucketname TYPE /AWS1/S3VVECTORBUCKETNAME /AWS1/S3VVECTORBUCKETNAME¶
The name of the vector bucket that contains the vector index.
iv_indexname TYPE /AWS1/S3VINDEXNAME /AWS1/S3VINDEXNAME¶
The name of the vector index.
iv_indexarn TYPE /AWS1/S3VINDEXARN /AWS1/S3VINDEXARN¶
The Amazon Resource Name (ARN) of the vector index.
iv_creationtime TYPE /AWS1/S3VTIMESTAMP /AWS1/S3VTIMESTAMP¶
Date and time when the vector index was created.
Queryable Attributes¶
vectorBucketName¶
The name of the vector bucket that contains the vector index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VECTORBUCKETNAME() |
Getter for VECTORBUCKETNAME, with configurable default |
ASK_VECTORBUCKETNAME() |
Getter for VECTORBUCKETNAME w/ exceptions if field has no va |
HAS_VECTORBUCKETNAME() |
Determine if VECTORBUCKETNAME has a value |
indexName¶
The name of the vector index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXNAME() |
Getter for INDEXNAME, with configurable default |
ASK_INDEXNAME() |
Getter for INDEXNAME w/ exceptions if field has no value |
HAS_INDEXNAME() |
Determine if INDEXNAME has a value |
indexArn¶
The Amazon Resource Name (ARN) of the vector index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXARN() |
Getter for INDEXARN, with configurable default |
ASK_INDEXARN() |
Getter for INDEXARN w/ exceptions if field has no value |
HAS_INDEXARN() |
Determine if INDEXARN has a value |
creationTime¶
Date and time when the vector index was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTINDEXESOUTPUTLIST¶
TYPES TT_LISTINDEXESOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3VINDEXSUMMARY WITH DEFAULT KEY
.