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

UserSettings

import type { UserSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface UserSettings {
ExecutionRole?: string | null;
JupyterServerAppSettings?: JupyterServerAppSettings | null;
KernelGatewayAppSettings?: KernelGatewayAppSettings | null;
SecurityGroups?: string[] | null;
SharingSettings?: SharingSettings | null;
TensorBoardAppSettings?: TensorBoardAppSettings | null;
}

§Properties

§
ExecutionRole?: string | null
[src]
§
JupyterServerAppSettings?: JupyterServerAppSettings | null
[src]
§
KernelGatewayAppSettings?: KernelGatewayAppSettings | null
[src]
§
SecurityGroups?: string[] | null
[src]
§
SharingSettings?: SharingSettings | null
[src]
§
TensorBoardAppSettings?: TensorBoardAppSettings | null
[src]