You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::FileSystemConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FileSystemConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  mount_path: "MountPath",
  default_uid: 1,
  default_gid: 1,
}

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_gidInteger

The default POSIX group ID (GID). If not specified, defaults to 100.

Returns:

  • (Integer)

    The default POSIX group ID (GID).

#default_uidInteger

The default POSIX user ID (UID). If not specified, defaults to 1000.

Returns:

  • (Integer)

    The default POSIX user ID (UID).

#mount_pathString

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.

Returns:

  • (String)

    The path within the image to mount the user\'s EFS home directory.