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

ModelPackageStatusDetails

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

Specifies the validation and image scan statuses of the model package.

interface ModelPackageStatusDetails {
ImageScanStatuses?: ModelPackageStatusItem[] | null;
ValidationStatuses: ModelPackageStatusItem[];
}

§Properties

§
ImageScanStatuses?: ModelPackageStatusItem[] | null
[src]

The status of the scan of the Docker image container for the model package.

§
ValidationStatuses: ModelPackageStatusItem[]
[src]

The validation status of the model package.