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

SageMakerMachineLearningModelResourceData

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

Attributes that define an Amazon SageMaker machine learning resource.

interface SageMakerMachineLearningModelResourceData {
DestinationPath?: string | null;
OwnerSetting?: ResourceDownloadOwnerSetting | null;
SageMakerJobArn?: string | null;
}

§Properties

§
DestinationPath?: string | null
[src]

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

§
SageMakerJobArn?: string | null
[src]

The ARN of the Amazon SageMaker training job that represents the source model.