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

KernelGatewayImageConfig

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

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

interface KernelGatewayImageConfig {
FileSystemConfig?: FileSystemConfig | null;
KernelSpecs: KernelSpec[];
}

§Properties

§
FileSystemConfig?: FileSystemConfig | null
[src]

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

§
KernelSpecs: KernelSpec[]
[src]

The specification of the Jupyter kernels in the image.