/AWS1/CL_REKGETLABELDETREQMET¶
Contains metadata about a label detection request, including the SortBy and AggregateBy options.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sortby TYPE /AWS1/REKLABELDETECTIONSORTBY /AWS1/REKLABELDETECTIONSORTBY¶
The sorting method chosen for a GetLabelDetection request.
iv_aggregateby TYPE /AWS1/REKLABELDETAGGREGATEBY /AWS1/REKLABELDETAGGREGATEBY¶
The aggregation method chosen for a GetLabelDetection request.
Queryable Attributes¶
SortBy¶
The sorting method chosen for a GetLabelDetection request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |
AggregateBy¶
The aggregation method chosen for a GetLabelDetection request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATEBY() |
Getter for AGGREGATEBY, with configurable default |
ASK_AGGREGATEBY() |
Getter for AGGREGATEBY w/ exceptions if field has no value |
HAS_AGGREGATEBY() |
Determine if AGGREGATEBY has a value |