Skip to content

/AWS1/CL_S3VGETOUTPUTVECTOR

Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.

The attributes of a vector returned by the GetVectors operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/S3VVECTORKEY /AWS1/S3VVECTORKEY

The name of the vector.

Optional arguments:

io_data TYPE REF TO /AWS1/CL_S3VVECTORDATA /AWS1/CL_S3VVECTORDATA

The vector data of the vector.

io_metadata TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

Metadata about the vector.


Queryable Attributes

key

The name of the vector.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

data

The vector data of the vector.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA

metadata

Metadata about the vector.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA, with configurable default
ASK_METADATA() Getter for METADATA w/ exceptions if field has no value
HAS_METADATA() Determine if METADATA 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_GETVECTORSOUTPUTLIST

TYPES TT_GETVECTORSOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3VGETOUTPUTVECTOR WITH DEFAULT KEY
.