FileSystemConfig

The Amazon Elastic File System storage configuration for a SageMaker AI image.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: FileSystemConfig.Builder.() -> Unit = {}): FileSystemConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String