Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileSystemConfig

import type { FileSystemConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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

interface FileSystemConfig {
DefaultGid?: number | null;
DefaultUid?: number | null;
MountPath?: string | null;
}

§Properties

§
DefaultGid?: number | null
[src]

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

§
DefaultUid?: number | null
[src]

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

§
MountPath?: string | null
[src]

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.