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

ModelPackagingOutputDetails

import type { ModelPackagingOutputDetails } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";

Information about the output from a model packaging job.

interface ModelPackagingOutputDetails {
Greengrass?: GreengrassOutputDetails | null;
}

§Properties

§
Greengrass?: GreengrassOutputDetails | null
[src]

Information about the AWS IoT Greengrass component in a model packaging job.