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

CustomImage

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

A custom SageMaker image. For more information, see Bring your own SageMaker image.

interface CustomImage {
AppImageConfigName: string;
ImageName: string;
ImageVersionNumber?: number | null;
}

§Properties

§
AppImageConfigName: string
[src]

The name of the AppImageConfig.

§
ImageName: string
[src]

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

§
ImageVersionNumber?: number | null
[src]

The version number of the CustomImage.