/AWS1/CL_PZZALGORITHMIMAGE¶
Describes an algorithm image.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dockeruri TYPE /AWS1/PZZDOCKERURI /AWS1/PZZDOCKERURI¶
The URI of the Docker container for the algorithm image.
Optional arguments:¶
iv_name TYPE /AWS1/PZZNAME /AWS1/PZZNAME¶
The name of the algorithm image.
Queryable Attributes¶
name¶
The name of the algorithm image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
dockerURI¶
The URI of the Docker container for the algorithm image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCKERURI() |
Getter for DOCKERURI, with configurable default |
ASK_DOCKERURI() |
Getter for DOCKERURI w/ exceptions if field has no value |
HAS_DOCKERURI() |
Determine if DOCKERURI has a value |