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

EdgeDeployment

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

Information about a deployment on an edge device that is registered with SageMaker Edge Manager.

interface EdgeDeployment {
Definitions?: Definition[] | null;
DeploymentName?: string | null;
FailureHandlingPolicy?: FailureHandlingPolicy | null;
Type?: DeploymentType | null;
}

§Properties

§
Definitions?: Definition[] | null
[src]

Returns a list of Definition objects.

§
DeploymentName?: string | null
[src]

The name and unique ID of the deployment.

§
FailureHandlingPolicy?: FailureHandlingPolicy | null
[src]

Determines whether to rollback to previous configuration if deployment fails.

§
Type?: DeploymentType | null
[src]

The type of the deployment.