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

JupyterServerAppSettings

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

The JupyterServer app settings.

interface JupyterServerAppSettings {
DefaultResourceSpec?: ResourceSpec | null;
LifecycleConfigArns?: string[] | null;
}

§Properties

§
DefaultResourceSpec?: ResourceSpec | null
[src]

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

§
LifecycleConfigArns?: string[] | null
[src]

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.