/AWS1/CL_QSTKNOWBASEINGSUMMARY¶
A summary of an ingestion job for a knowledge base.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ingestionid TYPE /AWS1/QSTKBINGESTIONID /AWS1/QSTKBINGESTIONID¶
The unique identifier for the ingestion job.
iv_ingestionstatus TYPE /AWS1/QSTKBINGESTIONSTATUS /AWS1/QSTKBINGESTIONSTATUS¶
The status of the ingestion job.
Optional arguments:¶
iv_starttime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The start time of the ingestion job.
iv_endtime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The end time of the ingestion job.
Queryable Attributes¶
IngestionId¶
The unique identifier for the ingestion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTIONID() |
Getter for INGESTIONID, with configurable default |
ASK_INGESTIONID() |
Getter for INGESTIONID w/ exceptions if field has no value |
HAS_INGESTIONID() |
Determine if INGESTIONID has a value |
IngestionStatus¶
The status of the ingestion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTIONSTATUS() |
Getter for INGESTIONSTATUS, with configurable default |
ASK_INGESTIONSTATUS() |
Getter for INGESTIONSTATUS w/ exceptions if field has no val |
HAS_INGESTIONSTATUS() |
Determine if INGESTIONSTATUS has a value |
StartTime¶
The start time of the ingestion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The end time of the ingestion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |