/AWS1/CL_KNDBATCHGETDOCSTATRSP¶
BatchGetDocumentStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_errors TYPE /AWS1/CL_KNDBTCGETDOCSTATRSP00=>TT_BATCHGETDOCSTATUSRSPERRORS TT_BATCHGETDOCSTATUSRSPERRORS¶
A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and the reason that the status couldn't be found.
it_documentstatuslist TYPE /AWS1/CL_KNDSTATUS=>TT_DOCUMENTSTATUSLIST TT_DOCUMENTSTATUSLIST¶
The status of documents. The status indicates if the document is waiting to be indexed, is in the process of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the reason why.
Queryable Attributes¶
Errors¶
A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and the reason that the status couldn't be found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
DocumentStatusList¶
The status of documents. The status indicates if the document is waiting to be indexed, is in the process of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the reason why.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTSTATUSLIST() |
Getter for DOCUMENTSTATUSLIST, with configurable default |
ASK_DOCUMENTSTATUSLIST() |
Getter for DOCUMENTSTATUSLIST w/ exceptions if field has no |
HAS_DOCUMENTSTATUSLIST() |
Determine if DOCUMENTSTATUSLIST has a value |