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

AppImageConfigDetails

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

The configuration for running a SageMaker image as a KernelGateway app.

interface AppImageConfigDetails {
AppImageConfigArn?: string | null;
AppImageConfigName?: string | null;
CreationTime?: Date | number | null;
KernelGatewayImageConfig?: KernelGatewayImageConfig | null;
LastModifiedTime?: Date | number | null;
}

§Properties

§
AppImageConfigArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AppImageConfig.

§
AppImageConfigName?: string | null
[src]

The name of the AppImageConfig. Must be unique to your account.

§
CreationTime?: Date | number | null
[src]

When the AppImageConfig was created.

§
KernelGatewayImageConfig?: KernelGatewayImageConfig | null
[src]

The configuration for the file system and kernels in the SageMaker image.

§
LastModifiedTime?: Date | number | null
[src]

When the AppImageConfig was last modified.