Values.ResourceDownloadOwnerSettingSourceThe owner setting for downloaded machine learning resources.
type nonrec t = {groupOwner : 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.
*)groupPermission : Permission.t;The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
*)}