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

EdgeDeploymentModelConfig

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

Contains information about the configuration of a model in a deployment.

interface EdgeDeploymentModelConfig {
EdgePackagingJobName: string;
ModelHandle: string;
}

§Properties

§
EdgePackagingJobName: string
[src]

The edge packaging job associated with this deployment.

§
ModelHandle: string
[src]

The name the device application uses to reference this model.