AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information summarizing the deployment stage results.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.EdgeDeploymentStatus

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class EdgeDeploymentStatus

The EdgeDeploymentStatus type exposes the following members

Constructors

NameDescription
Public Method EdgeDeploymentStatus()

Properties

NameTypeDescription
Public Property EdgeDeploymentFailedInStage System.Int32

Gets and sets the property EdgeDeploymentFailedInStage.

The number of edge devices that failed the deployment in current stage.

Public Property EdgeDeploymentPendingInStage System.Int32

Gets and sets the property EdgeDeploymentPendingInStage.

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

Public Property EdgeDeploymentStageStartTime System.DateTime

Gets and sets the property EdgeDeploymentStageStartTime.

The time when the deployment API started.

Public Property EdgeDeploymentStatusMessage System.String

Gets and sets the property EdgeDeploymentStatusMessage.

A detailed message about deployment status in current stage.

Public Property EdgeDeploymentSuccessInStage System.Int32

Gets and sets the property EdgeDeploymentSuccessInStage.

The number of edge devices with the successful deployment in the current stage.

Public Property StageStatus Amazon.SageMaker.StageStatus

Gets and sets the property StageStatus.

The general status of the current stage.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5