/AWS1/CL_BDASUPPLEMENTALDATA01¶
Contains information about a storage location for images extracted from multimodal documents in your data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDASUPPLEMENTALDATASTR00 /AWS1/BDASUPPLEMENTALDATASTR00¶
Specifies the storage service used for this location.
Optional arguments:¶
io_s3location TYPE REF TO /AWS1/CL_BDAS3LOCATION /AWS1/CL_BDAS3LOCATION¶
Contains information about the Amazon S3 location for the extracted images.
Queryable Attributes¶
type¶
Specifies the storage service used for this location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
s3Location¶
Contains information about the Amazon S3 location for the extracted images.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SUPPLEMENTALDATASTORAGELOCS¶
TYPES TT_SUPPLEMENTALDATASTORAGELOCS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDASUPPLEMENTALDATA01 WITH DEFAULT KEY
.