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

SpaceSettings

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

A collection of space settings.

interface SpaceSettings {
JupyterServerAppSettings?: JupyterServerAppSettings | null;
KernelGatewayAppSettings?: KernelGatewayAppSettings | null;
}

§Properties

§
JupyterServerAppSettings?: JupyterServerAppSettings | null
[src]
§
KernelGatewayAppSettings?: KernelGatewayAppSettings | null
[src]