/AWS1/CL_WISIMPORTJOBDATA¶
Summary information about the import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_importjobid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the import job.
iv_knowledgebaseid TYPE /AWS1/WISUUID /AWS1/WISUUID¶
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
iv_uploadid TYPE /AWS1/WISUPLOADID /AWS1/WISUPLOADID¶
A pointer to the uploaded asset. This value is returned by StartContentUpload.
iv_knowledgebasearn TYPE /AWS1/WISARN /AWS1/WISARN¶
The Amazon Resource Name (ARN) of the knowledge base.
iv_importjobtype TYPE /AWS1/WISIMPORTJOBTYPE /AWS1/WISIMPORTJOBTYPE¶
The type of the import job.
iv_status TYPE /AWS1/WISIMPORTJOBSTATUS /AWS1/WISIMPORTJOBSTATUS¶
The status of the import job.
iv_url TYPE /AWS1/WISURL /AWS1/WISURL¶
The download link to the resource file that is uploaded to the import job.
iv_urlexpiry TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The expiration time of the URL as an epoch timestamp.
iv_createdtime TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The timestamp when the import job was created.
iv_lastmodifiedtime TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The timestamp when the import job data was last modified.
Optional arguments:¶
iv_failedrecordreport TYPE /AWS1/WISURL /AWS1/WISURL¶
The link to donwload the information of resource data that failed to be imported.
it_metadata TYPE /AWS1/CL_WISCONTENTMETADATA_W=>TT_CONTENTMETADATA TT_CONTENTMETADATA¶
The metadata fields of the imported Wisdom resources.
io_externalsourceconf TYPE REF TO /AWS1/CL_WISEXTERNALSOURCECONF /AWS1/CL_WISEXTERNALSOURCECONF¶
externalSourceConfiguration
Queryable Attributes¶
importJobId¶
The identifier of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTJOBID() |
Getter for IMPORTJOBID, with configurable default |
ASK_IMPORTJOBID() |
Getter for IMPORTJOBID w/ exceptions if field has no value |
HAS_IMPORTJOBID() |
Determine if IMPORTJOBID has a value |
knowledgeBaseId¶
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID, with configurable default |
ASK_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val |
HAS_KNOWLEDGEBASEID() |
Determine if KNOWLEDGEBASEID has a value |
uploadId¶
A pointer to the uploaded asset. This value is returned by StartContentUpload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADID() |
Getter for UPLOADID, with configurable default |
ASK_UPLOADID() |
Getter for UPLOADID w/ exceptions if field has no value |
HAS_UPLOADID() |
Determine if UPLOADID has a value |
knowledgeBaseArn¶
The Amazon Resource Name (ARN) of the knowledge base.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN, with configurable default |
ASK_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN w/ exceptions if field has no va |
HAS_KNOWLEDGEBASEARN() |
Determine if KNOWLEDGEBASEARN has a value |
importJobType¶
The type of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTJOBTYPE() |
Getter for IMPORTJOBTYPE, with configurable default |
ASK_IMPORTJOBTYPE() |
Getter for IMPORTJOBTYPE w/ exceptions if field has no value |
HAS_IMPORTJOBTYPE() |
Determine if IMPORTJOBTYPE has a value |
status¶
The status of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
url¶
The download link to the resource file that is uploaded to the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
failedRecordReport¶
The link to donwload the information of resource data that failed to be imported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDRECORDREPORT() |
Getter for FAILEDRECORDREPORT, with configurable default |
ASK_FAILEDRECORDREPORT() |
Getter for FAILEDRECORDREPORT w/ exceptions if field has no |
HAS_FAILEDRECORDREPORT() |
Determine if FAILEDRECORDREPORT has a value |
urlExpiry¶
The expiration time of the URL as an epoch timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URLEXPIRY() |
Getter for URLEXPIRY, with configurable default |
ASK_URLEXPIRY() |
Getter for URLEXPIRY w/ exceptions if field has no value |
HAS_URLEXPIRY() |
Determine if URLEXPIRY has a value |
createdTime¶
The timestamp when the import job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
lastModifiedTime¶
The timestamp when the import job data was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
metadata¶
The metadata fields of the imported Wisdom resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
externalSourceConfiguration¶
externalSourceConfiguration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALSOURCECONF() |
Getter for EXTERNALSOURCECONFIGURATION |