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

DeploymentStageStatusSummary

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

Contains information summarizing the deployment stage results.

interface DeploymentStageStatusSummary {
DeploymentConfig: EdgeDeploymentConfig;
DeploymentStatus: EdgeDeploymentStatus;
DeviceSelectionConfig: DeviceSelectionConfig;
StageName: string;
}

§Properties

§
DeploymentConfig: EdgeDeploymentConfig
[src]

Configuration of the deployment details.

§
DeploymentStatus: EdgeDeploymentStatus
[src]

General status of the current state.

§
DeviceSelectionConfig: DeviceSelectionConfig
[src]

Configuration of the devices in the stage.

§
StageName: string
[src]

The name of the stage.