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

FileSystemDataSource

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

Specifies a file system data source for a channel.

interface FileSystemDataSource {
DirectoryPath: string;
FileSystemAccessMode: FileSystemAccessMode;
FileSystemId: string;
FileSystemType: FileSystemType;
}

§Properties

§
DirectoryPath: string
[src]

The full path to the directory to associate with the channel.

§
FileSystemAccessMode: FileSystemAccessMode
[src]

The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

§
FileSystemId: string
[src]

The file system id.

§
FileSystemType: FileSystemType
[src]

The file system type.