/AWS1/CL_ATHCALCULATIONRESULT¶
Contains information about an application-specific calculation result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_stdouts3uri TYPE /AWS1/ATHS3URI /AWS1/ATHS3URI¶
The Amazon S3 location of the
stdoutfile for the calculation.
iv_stderrors3uri TYPE /AWS1/ATHS3URI /AWS1/ATHS3URI¶
The Amazon S3 location of the
stderrerror messages file for the calculation.
iv_results3uri TYPE /AWS1/ATHS3URI /AWS1/ATHS3URI¶
The Amazon S3 location of the folder for the calculation results.
iv_resulttype TYPE /AWS1/ATHCALCULATIONRESULTTYPE /AWS1/ATHCALCULATIONRESULTTYPE¶
The data format of the calculation result.
Queryable Attributes¶
StdOutS3Uri¶
The Amazon S3 location of the
stdoutfile for the calculation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STDOUTS3URI() |
Getter for STDOUTS3URI, with configurable default |
ASK_STDOUTS3URI() |
Getter for STDOUTS3URI w/ exceptions if field has no value |
HAS_STDOUTS3URI() |
Determine if STDOUTS3URI has a value |
StdErrorS3Uri¶
The Amazon S3 location of the
stderrerror messages file for the calculation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STDERRORS3URI() |
Getter for STDERRORS3URI, with configurable default |
ASK_STDERRORS3URI() |
Getter for STDERRORS3URI w/ exceptions if field has no value |
HAS_STDERRORS3URI() |
Determine if STDERRORS3URI has a value |
ResultS3Uri¶
The Amazon S3 location of the folder for the calculation results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS3URI() |
Getter for RESULTS3URI, with configurable default |
ASK_RESULTS3URI() |
Getter for RESULTS3URI w/ exceptions if field has no value |
HAS_RESULTS3URI() |
Determine if RESULTS3URI has a value |
ResultType¶
The data format of the calculation result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTTYPE() |
Getter for RESULTTYPE, with configurable default |
ASK_RESULTTYPE() |
Getter for RESULTTYPE w/ exceptions if field has no value |
HAS_RESULTTYPE() |
Determine if RESULTTYPE has a value |