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

DescribeImageVersionRequest

import type { DescribeImageVersionRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeImageVersionRequest {
Alias?: string | null;
ImageName: string;
Version?: number | null;
}

§Properties

§
Alias?: string | null
[src]

The alias of the image version.

§
ImageName: string
[src]

The name of the image.

§
Version?: number | null
[src]

The version of the image. If not specified, the latest version is described.