AppImageConfigKernelGatewayImageConfigFileSystemConfig class
Constructors
-
AppImageConfigKernelGatewayImageConfigFileSystemConfig({Input<
int?> ? defaultGid, Input<int?> ? defaultUid, Input<String?> ? mountPath}) -
Creates a new AppImageConfigKernelGatewayImageConfigFileSystemConfig.
defaultGidThe default POSIX group ID (GID). If not specified, defaults to100. Valid values are0and100.defaultUidThe default POSIX user ID (UID). If not specified, defaults to1000. Valid values are0and1000.mountPathThe 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 -
AppImageConfigKernelGatewayImageConfigFileSystemConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
defaultGid
→ Input<
int?> ? -
The default POSIX group ID (GID). If not specified, defaults to
100. Valid values are0and100.final -
defaultUid
→ Input<
int?> ? -
The default POSIX user ID (UID). If not specified, defaults to
1000. Valid values are0and1000.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