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

CreateEdgeDeploymentPlanRequest

import type { CreateEdgeDeploymentPlanRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateEdgeDeploymentPlanRequest {
DeviceFleetName: string;
EdgeDeploymentPlanName: string;
ModelConfigs: EdgeDeploymentModelConfig[];
Stages?: DeploymentStage[] | null;
Tags?: Tag[] | null;
}

§Properties

§
DeviceFleetName: string
[src]

The device fleet used for this edge deployment plan.

§
EdgeDeploymentPlanName: string
[src]

The name of the edge deployment plan.

§

List of models associated with the edge deployment plan.

§
Stages?: DeploymentStage[] | null
[src]

List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

§
Tags?: Tag[] | null
[src]

List of tags with which to tag the edge deployment plan.