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

KernelSpec

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

The specification of a Jupyter kernel.

interface KernelSpec {
DisplayName?: string | null;
Name: string;
}

§Properties

§
DisplayName?: string | null
[src]

The display name of the kernel.

§
Name: string
[src]

The name of the Jupyter kernel in the image. This value is case sensitive.