Skip to content

/AWS1/CL_DYNVECTORCAPACITY

The consumed capacity for vector index operations, including vector search request bytes and vector write request bytes.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_vectorsearchrequestbytes TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The number of vector search request bytes consumed by a SearchVectors operation.

iv_vectorwriterequestbytes TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The number of vector write request bytes consumed when writing to a vector index. Reported for write operations that modify attributes indexed by a vector index.


Queryable Attributes

VectorSearchRequestBytes

The number of vector search request bytes consumed by a SearchVectors operation.

Accessible with the following methods

Method Description
GET_VECTORSEARCHREQUESTBYTES() Getter for VECTORSEARCHREQUESTBYTES, with configurable defau
ASK_VECTORSEARCHREQUESTBYTES() Getter for VECTORSEARCHREQUESTBYTES w/ exceptions if field h
STR_VECTORSEARCHREQUESTBYTES() String format for VECTORSEARCHREQUESTBYTES, with configurabl
HAS_VECTORSEARCHREQUESTBYTES() Determine if VECTORSEARCHREQUESTBYTES has a value

VectorWriteRequestBytes

The number of vector write request bytes consumed when writing to a vector index. Reported for write operations that modify attributes indexed by a vector index.

Accessible with the following methods

Method Description
GET_VECTORWRITEREQUESTBYTES() Getter for VECTORWRITEREQUESTBYTES, with configurable defaul
ASK_VECTORWRITEREQUESTBYTES() Getter for VECTORWRITEREQUESTBYTES w/ exceptions if field ha
STR_VECTORWRITEREQUESTBYTES() String format for VECTORWRITEREQUESTBYTES, with configurable
HAS_VECTORWRITEREQUESTBYTES() Determine if VECTORWRITEREQUESTBYTES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_VECTORINDEXESCAPMAP_MAPROW

TYPES: BEGIN OF TS_VECTORINDEXESCAPMAP_MAPROW,
  key TYPE /AWS1/DYNINDEXNAME,
  value TYPE REF TO /AWS1/CL_DYNVECTORCAPACITY,
END OF TS_VECTORINDEXESCAPMAP_MAPROW.

TT_VECTORINDEXESCAPACITYMAP

TYPES TT_VECTORINDEXESCAPACITYMAP TYPE HASHED TABLE OF /AWS1/CL_DYNVECTORCAPACITY=>TS_VECTORINDEXESCAPMAP_MAPROW WITH UNIQUE KEY key
.