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.4/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.

Note: The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

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

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

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