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.

Container for the parameters to the CreateEdgeDeploymentPlan operation. Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateEdgeDeploymentPlanRequest

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

Syntax

C#
public class CreateEdgeDeploymentPlanRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateEdgeDeploymentPlanRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeviceFleetName System.String

Gets and sets the property DeviceFleetName.

The device fleet used for this edge deployment plan.

Public Property EdgeDeploymentPlanName System.String

Gets and sets the property EdgeDeploymentPlanName.

The name of the edge deployment plan.

Public Property ModelConfigs System.Collections.Generic.List<Amazon.SageMaker.Model.EdgeDeploymentModelConfig>

Gets and sets the property ModelConfigs.

List of models associated with the edge deployment plan.

Public Property Stages System.Collections.Generic.List<Amazon.SageMaker.Model.DeploymentStage>

Gets and sets the property Stages.

List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

List of tags with which to tag the edge deployment plan.

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