AppImageConfigJupyterLabImageConfigFileSystemConfig class

Constructors

AppImageConfigJupyterLabImageConfigFileSystemConfig({Input<int?>? defaultGid, Input<int?>? defaultUid, Input<String?>? mountPath})
Creates a new AppImageConfigJupyterLabImageConfigFileSystemConfig. defaultGid The default POSIX group ID (GID). If not specified, defaults to 100. Valid values are 0 and 100. defaultUid The default POSIX user ID (UID). If not specified, defaults to 1000. Valid values are 0 and 1000. mountPath The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.
const
AppImageConfigJupyterLabImageConfigFileSystemConfig.fromMap(Map<String, dynamic> map)
factory

Properties

defaultGid → Input<int?>?
The default POSIX group ID (GID). If not specified, defaults to 100. Valid values are 0 and 100.
final
defaultUid → Input<int?>?
The default POSIX user ID (UID). If not specified, defaults to 1000. Valid values are 0 and 1000.
final
hashCode int
The hash code for this object.
no setterinherited
mountPath → Input<String?>?
The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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