Interface FileSystemConfig.Builder

  • Method Details

    • mountPath

      FileSystemConfig.Builder mountPath(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultUid

      FileSystemConfig.Builder defaultUid(Integer defaultUid)

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

      Parameters:
      defaultUid - The default POSIX user ID (UID). If not specified, defaults to 1000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultGid

      FileSystemConfig.Builder defaultGid(Integer defaultGid)

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

      Parameters:
      defaultGid - The default POSIX group ID (GID). If not specified, defaults to 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.