@Generated(value="software.amazon.awssdk:codegen") public final class FileSystemConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSystemConfig.Builder,FileSystemConfig>
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSystemConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemConfig.Builder |
builder() |
Integer |
defaultGid()
The default POSIX group ID (GID).
|
Integer |
defaultUid()
The default POSIX user ID (UID).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mountPath()
The path within the image to mount the user's EFS home directory.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileSystemConfig.Builder> |
serializableBuilderClass() |
FileSystemConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String 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.
public final Integer defaultUid()
The default POSIX user ID (UID). If not specified, defaults to 1000.
1000.public final Integer defaultGid()
The default POSIX group ID (GID). If not specified, defaults to 100.
100.public FileSystemConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileSystemConfig.Builder,FileSystemConfig>public static FileSystemConfig.Builder builder()
public static Class<? extends FileSystemConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.