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

S3MachineLearningModelResourceData

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

Attributes that define an Amazon S3 machine learning resource.

interface S3MachineLearningModelResourceData {
DestinationPath?: string | null;
OwnerSetting?: ResourceDownloadOwnerSetting | null;
S3Uri?: string | null;
}

§Properties

§
DestinationPath?: string | null
[src]

The absolute local path of the resource inside the Lambda environment.

§
S3Uri?: string | null
[src]

The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.