/AWS1/CL_OMXGETRUNGROUPRSP¶
GetRunGroupResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/OMXRUNGROUPARN /AWS1/OMXRUNGROUPARN¶
The group's ARN.
iv_id TYPE /AWS1/OMXRUNGROUPID /AWS1/OMXRUNGROUPID¶
The group's ID.
iv_name TYPE /AWS1/OMXRUNGROUPNAME /AWS1/OMXRUNGROUPNAME¶
The group's name.
iv_maxcpus TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
The group's maximum number of CPUs to use.
iv_maxruns TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
The maximum number of concurrent runs for the group.
iv_maxduration TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
The group's maximum run time in minutes.
iv_creationtime TYPE /AWS1/OMXRUNGROUPTIMESTAMP /AWS1/OMXRUNGROUPTIMESTAMP¶
When the group was created.
it_tags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The group's tags.
iv_maxgpus TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
The maximum GPUs that can be used by a run group.
Queryable Attributes¶
arn¶
The group's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
id¶
The group's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The group's name.
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 |
maxCpus¶
The group's maximum number of CPUs to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCPUS() |
Getter for MAXCPUS, with configurable default |
ASK_MAXCPUS() |
Getter for MAXCPUS w/ exceptions if field has no value |
HAS_MAXCPUS() |
Determine if MAXCPUS has a value |
maxRuns¶
The maximum number of concurrent runs for the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRUNS() |
Getter for MAXRUNS, with configurable default |
ASK_MAXRUNS() |
Getter for MAXRUNS w/ exceptions if field has no value |
HAS_MAXRUNS() |
Determine if MAXRUNS has a value |
maxDuration¶
The group's maximum run time in minutes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXDURATION() |
Getter for MAXDURATION, with configurable default |
ASK_MAXDURATION() |
Getter for MAXDURATION w/ exceptions if field has no value |
HAS_MAXDURATION() |
Determine if MAXDURATION has a value |
creationTime¶
When the group was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
tags¶
The group's tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
maxGpus¶
The maximum GPUs that can be used by a run group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXGPUS() |
Getter for MAXGPUS, with configurable default |
ASK_MAXGPUS() |
Getter for MAXGPUS w/ exceptions if field has no value |
HAS_MAXGPUS() |
Determine if MAXGPUS has a value |