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

CreateAppRequest

import type { CreateAppRequest } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface CreateAppRequest {
AppName: string;
AppType: AppType;
DomainId: string;
ResourceSpec?: ResourceSpec | null;
Tags?: Tag[] | null;
UserProfileName: string;
}

§Properties

§
AppName: string
[src]

The name of the app.

§
AppType: AppType
[src]

The type of app. Supported apps are JupyterServer and KernelGateway. TensorBoard is not supported.

§
DomainId: string
[src]

The domain ID.

§
ResourceSpec?: ResourceSpec | null
[src]

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

§
Tags?: Tag[] | null
[src]

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

§
UserProfileName: string
[src]

The user profile name.