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

DeploymentStage

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

Contains information about a stage in an edge deployment plan.

interface DeploymentStage {
DeploymentConfig?: EdgeDeploymentConfig | null;
DeviceSelectionConfig: DeviceSelectionConfig;
StageName: string;
}

§Properties

§
DeploymentConfig?: EdgeDeploymentConfig | null
[src]

Configuration of the deployment details.

§
DeviceSelectionConfig: DeviceSelectionConfig
[src]

Configuration of the devices in the stage.

§
StageName: string
[src]

The name of the stage.