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

BatchDescribeModelPackageOutput

import type { BatchDescribeModelPackageOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface BatchDescribeModelPackageOutput {
BatchDescribeModelPackageErrorMap?: {
[key: string]: BatchDescribeModelPackageError | null | undefined;
}
| null;
ModelPackageSummaries?: {
[key: string]: BatchDescribeModelPackageSummary | null | undefined;
}
| null;
}

§Properties

§
BatchDescribeModelPackageErrorMap?: {
[key: string]: BatchDescribeModelPackageError | null | undefined;
}
| null
[src]

A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.

§
ModelPackageSummaries?: {
[key: string]: BatchDescribeModelPackageSummary | null | undefined;
}
| null
[src]

The summaries for the model package versions