/AWS1/CL_GGSRESRCDOWNLOADOWN00¶
The owner setting for downloaded machine learning resources.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_groupowner TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING¶
The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
iv_grouppermission TYPE /AWS1/GGSPERMISSION /AWS1/GGSPERMISSION¶
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
Queryable Attributes¶
GroupOwner¶
The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPOWNER() |
Getter for GROUPOWNER, with configurable default |
ASK_GROUPOWNER() |
Getter for GROUPOWNER w/ exceptions if field has no value |
HAS_GROUPOWNER() |
Determine if GROUPOWNER has a value |
GroupPermission¶
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPPERMISSION() |
Getter for GROUPPERMISSION, with configurable default |
ASK_GROUPPERMISSION() |
Getter for GROUPPERMISSION w/ exceptions if field has no val |
HAS_GROUPPERMISSION() |
Determine if GROUPPERMISSION has a value |