Class FileSystemConfig

    • Method Detail

      • mountPath

        public 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.

        Returns:
        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

        public final Integer defaultUid()

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

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

        public final Integer defaultGid()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)