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

DescribeEdgeDeploymentPlanResponse

import type { DescribeEdgeDeploymentPlanResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeEdgeDeploymentPlanResponse {
CreationTime?: Date | number | null;
DeviceFleetName: string;
EdgeDeploymentFailed?: number | null;
EdgeDeploymentPending?: number | null;
EdgeDeploymentPlanArn: string;
EdgeDeploymentPlanName: string;
EdgeDeploymentSuccess?: number | null;
LastModifiedTime?: Date | number | null;
ModelConfigs: EdgeDeploymentModelConfig[];
NextToken?: string | null;
}

§Properties

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

The time when the edge deployment plan was created.

§
DeviceFleetName: string
[src]

The device fleet used for this edge deployment plan.

§
EdgeDeploymentFailed?: number | null
[src]

The number of edge devices that failed the deployment.

§
EdgeDeploymentPending?: number | null
[src]

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

§
EdgeDeploymentPlanArn: string
[src]

The ARN of edge deployment plan.

§
EdgeDeploymentPlanName: string
[src]

The name of the edge deployment plan.

§
EdgeDeploymentSuccess?: number | null
[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.

§

List of models associated with the edge deployment plan.

§
NextToken?: string | null
[src]

Token to use when calling the next set of stages in the edge deployment plan.

§

List of stages in the edge deployment plan.