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

DescribeImageResponse

import type { DescribeImageResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeImageResponse {
CreationTime?: Date | number | null;
Description?: string | null;
DisplayName?: string | null;
FailureReason?: string | null;
ImageArn?: string | null;
ImageName?: string | null;
ImageStatus?: ImageStatus | null;
LastModifiedTime?: Date | number | null;
RoleArn?: string | null;
}

§Properties

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

When the image was created.

§
Description?: string | null
[src]

The description of the image.

§
DisplayName?: string | null
[src]

The name of the image as displayed.

§
FailureReason?: string | null
[src]

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

§
ImageArn?: string | null
[src]

The ARN of the image.

§
ImageName?: string | null
[src]

The name of the image.

§
ImageStatus?: ImageStatus | null
[src]

The status of the image.

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

When the image was last modified.

§
RoleArn?: string | null
[src]

The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.