Values_0.FileSystemConfigSourceThe Amazon Elastic File System storage configuration for a SageMaker AI image.
type nonrec t = {mountPath : MountPath.t option;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.
*)defaultUid : DefaultUid.t option;The default POSIX user ID (UID). If not specified, defaults to 1000.
*)defaultGid : DefaultGid.t option;The default POSIX group ID (GID). If not specified, defaults to 100.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DefaultUid.t | `String of MountPath.t ]) list ]