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.4/services/sagemaker.ts?docs=full";
interface DescribeImageVersionResponse {
BaseImage?: string | null;
ContainerImage?: string | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
Horovod?: boolean | null;
ImageArn?: string | null;
ImageVersionArn?: string | null;
ImageVersionStatus?: ImageVersionStatus | null;
JobType?: JobType | null;
LastModifiedTime?: Date | number | null;
MLFramework?: string | null;
Processor?: Processor | null;
ProgrammingLang?: string | null;
ReleaseNotes?: string | null;
VendorGuidance?: VendorGuidance | 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.

§
Horovod?: boolean | null
[src]

Indicates Horovod compatibility.

§
ImageArn?: string | null
[src]

The 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.

§
JobType?: JobType | null
[src]

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.
  • INFERENCE: The image version is compatible with SageMaker inference jobs.
  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
§
LastModifiedTime?: Date | number | null
[src]

When the version was last modified.

§
MLFramework?: string | null
[src]

The machine learning framework vended in the image version.

§
Processor?: Processor | null
[src]

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.
  • GPU: The image version is compatible with GPU.
§
ProgrammingLang?: string | null
[src]

The supported programming language and its version.

§
ReleaseNotes?: string | null
[src]

The maintainer description of the image version.

§
VendorGuidance?: VendorGuidance | null
[src]

The stability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.
  • STABLE: The image version is stable.
  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.
  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.
§
Version?: number | null
[src]

The version number.