/AWS1/CL_IOSDSCATASETEXPJOBRSP¶
Response for describe dataset export job request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/IOSDATASETEXPORTJOBID /AWS1/IOSDATASETEXPORTJOBID¶
The unique identifier for the dataset export job.
iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME¶
The name of the workspace that contains the dataset export job.
iv_status TYPE /AWS1/IOSDSEXPORTJOBSTATUS /AWS1/IOSDSEXPORTJOBSTATUS¶
The current status of the dataset export job.
iv_startedat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The timestamp when the job started processing.
iv_destinations3uri TYPE /AWS1/IOSS3URI /AWS1/IOSS3URI¶
The S3 URI where output clips are written.
io_errorreportlocation TYPE REF TO /AWS1/CL_IOSEXPERRORREPORTLOC /AWS1/CL_IOSEXPERRORREPORTLOC¶
The location where the error report will be written on failure.
io_input TYPE REF TO /AWS1/CL_IOSPROCESSINGINPUT /AWS1/CL_IOSPROCESSINGINPUT¶
The processing input that was provided in the CreateDatasetExportJob request.
Optional arguments:¶
iv_completedat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The timestamp when the job completed, or null if the job is still running.
Queryable Attributes¶
jobId¶
The unique identifier for the dataset export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
workspaceName¶
The name of the workspace that contains the dataset export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACENAME() |
Getter for WORKSPACENAME, with configurable default |
ASK_WORKSPACENAME() |
Getter for WORKSPACENAME w/ exceptions if field has no value |
HAS_WORKSPACENAME() |
Determine if WORKSPACENAME has a value |
status¶
The current status of the dataset export 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 |
startedAt¶
The timestamp when the job started processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
completedAt¶
The timestamp when the job completed, or null if the job is still running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDAT() |
Getter for COMPLETEDAT, with configurable default |
ASK_COMPLETEDAT() |
Getter for COMPLETEDAT w/ exceptions if field has no value |
HAS_COMPLETEDAT() |
Determine if COMPLETEDAT has a value |
destinationS3Uri¶
The S3 URI where output clips are written.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS3URI() |
Getter for DESTINATIONS3URI, with configurable default |
ASK_DESTINATIONS3URI() |
Getter for DESTINATIONS3URI w/ exceptions if field has no va |
HAS_DESTINATIONS3URI() |
Determine if DESTINATIONS3URI has a value |
errorReportLocation¶
The location where the error report will be written on failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORREPORTLOCATION() |
Getter for ERRORREPORTLOCATION |
input¶
The processing input that was provided in the CreateDatasetExportJob request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUT() |
Getter for INPUT |