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

AlgorithmStatusDetails

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

Specifies the validation and image scan statuses of the algorithm.

interface AlgorithmStatusDetails {
ImageScanStatuses?: AlgorithmStatusItem[] | null;
ValidationStatuses?: AlgorithmStatusItem[] | null;
}

§Properties

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

The status of the scan of the algorithm's Docker image container.

§
ValidationStatuses?: AlgorithmStatusItem[] | null
[src]

The status of algorithm validation.