class Aws::SageMaker::Types::FileSystemConfig
The Amazon Elastic File System (EFS) storage configuration for a SageMaker
image.
@note When making an API call, you may pass FileSystemConfig
data as a hash: { mount_path: "MountPath", default_uid: 1, default_gid: 1, }
@!attribute [rw] mount_path
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*. @return [String]
@!attribute [rw] default_uid
The default POSIX user ID (UID). If not specified, defaults to `1000`. @return [Integer]
@!attribute [rw] default_gid
The default POSIX group ID (GID). If not specified, defaults to `100`. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FileSystemConfig AWS API Documentation
Constants
- SENSITIVE