ResourceDownloadOwnerSetting class

The owner setting for downloaded machine learning resources.

Constructors

ResourceDownloadOwnerSetting({required String groupOwner, required Permission groupPermission})
ResourceDownloadOwnerSetting.fromJson(Map<String, dynamic> json)
factory

Properties

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.
final
groupPermission Permission
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited