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

KernelGatewayAppSettings

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

The KernelGateway app settings.

interface KernelGatewayAppSettings {
CustomImages?: CustomImage[] | null;
DefaultResourceSpec?: ResourceSpec | null;
LifecycleConfigArns?: string[] | null;
}

§Properties

§
CustomImages?: CustomImage[] | null
[src]

A list of custom SageMaker images that are configured to run as a KernelGateway app.

§
DefaultResourceSpec?: ResourceSpec | null
[src]

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

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

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.