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

Image

import type { Image } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface Image {
CreationTime: Date | number;
Description?: string | null;
DisplayName?: string | null;
FailureReason?: string | null;
ImageArn: string;
ImageName: string;
ImageStatus: ImageStatus;
LastModifiedTime: Date | number;
}

§Properties

§
CreationTime: Date | number
[src]
§
Description?: string | null
[src]
§
DisplayName?: string | null
[src]
§
FailureReason?: string | null
[src]
§
ImageArn: string
[src]
§
ImageName: string
[src]
§
ImageStatus: ImageStatus
[src]
§
LastModifiedTime: Date | number
[src]