/AWS1/CL_REKLISTDSENTRIESRSP¶
ListDatasetEntriesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datasetentries TYPE /AWS1/CL_REKDATASETENTRIES_W=>TT_DATASETENTRIES TT_DATASETENTRIES¶
A list of entries (images) in the dataset.
iv_nexttoken TYPE /AWS1/REKEXTENDEDPAGINATIONTOK /AWS1/REKEXTENDEDPAGINATIONTOK¶
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Queryable Attributes¶
DatasetEntries¶
A list of entries (images) in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETENTRIES() |
Getter for DATASETENTRIES, with configurable default |
ASK_DATASETENTRIES() |
Getter for DATASETENTRIES w/ exceptions if field has no valu |
HAS_DATASETENTRIES() |
Determine if DATASETENTRIES has a value |
NextToken¶
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |