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.4/services/sagemaker.ts?docs=full";

The JupyterServer app settings.

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

§Properties

§
CodeRepositories?: CodeRepository[] | null
[src]

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.

§
DefaultResourceSpec?: ResourceSpec | null
[src]

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

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

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

Note: To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.