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

ImageVersion

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

A version of a SageMaker Image. A version represents an existing container image.

interface ImageVersion {
CreationTime: Date | number;
FailureReason?: string | null;
ImageArn: string;
ImageVersionArn: string;
ImageVersionStatus: ImageVersionStatus;
LastModifiedTime: Date | number;
Version: number;
}

§Properties

§
CreationTime: Date | number
[src]

When the version was created.

§
FailureReason?: string | null
[src]

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

§
ImageArn: string
[src]

The ARN of the image the version is based on.

§
ImageVersionArn: string
[src]

The ARN of the version.

§
ImageVersionStatus: ImageVersionStatus
[src]

The status of the version.

§
LastModifiedTime: Date | number
[src]

When the version was last modified.

§
Version: number
[src]

The version number.