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

EdgeDeploymentPlanSummary

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

Contains information summarizing an edge deployment plan.

interface EdgeDeploymentPlanSummary {
CreationTime?: Date | number | null;
DeviceFleetName: string;
EdgeDeploymentFailed: number;
EdgeDeploymentPending: number;
EdgeDeploymentPlanArn: string;
EdgeDeploymentPlanName: string;
EdgeDeploymentSuccess: number;
LastModifiedTime?: Date | number | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The time when the edge deployment plan was created.

§
DeviceFleetName: string
[src]

The name of the device fleet used for the deployment.

§
EdgeDeploymentFailed: number
[src]

The number of edge devices that failed the deployment.

§
EdgeDeploymentPending: number
[src]

The number of edge devices yet to pick up the deployment, or in progress.

§
EdgeDeploymentPlanArn: string
[src]

The ARN of the edge deployment plan.

§
EdgeDeploymentPlanName: string
[src]

The name of the edge deployment plan.

§
EdgeDeploymentSuccess: number
[src]

The number of edge devices with the successful deployment.

§
LastModifiedTime?: Date | number | null
[src]

The time when the edge deployment plan was last updated.