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

ModelPackageStatusItem

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

Represents the overall status of a model package.

interface ModelPackageStatusItem {
FailureReason?: string | null;
Name: string;
}

§Properties

§
FailureReason?: string | null
[src]

if the overall status is Failed, the reason for the failure.

§
Name: string
[src]

The name of the model package for which the overall status is being reported.

§

The current status.