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

DescribeImageVersionResponse

import type { DescribeImageVersionResponse } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface DescribeImageVersionResponse {
BaseImage?: string | null;
ContainerImage?: string | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
ImageArn?: string | null;
ImageVersionArn?: string | null;
ImageVersionStatus?: ImageVersionStatus | null;
LastModifiedTime?: Date | number | null;
Version?: number | null;
}

§Properties

§
BaseImage?: string | null
[src]

The registry path of the container image on which this image version is based.

§
ContainerImage?: string | null
[src]

The registry path of the container image that contains this image version.

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

When the version was created.

§
FailureReason?: string | null
[src]

When a create or delete operation fails, the reason for the failure.

§
ImageArn?: string | null
[src]

The Amazon Resource Name (ARN) of the image the version is based on.

§
ImageVersionArn?: string | null
[src]

The ARN of the version.

§
ImageVersionStatus?: ImageVersionStatus | null
[src]

The status of the version.

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

When the version was last modified.

§
Version?: number | null
[src]

The version number.