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 ListEdgeDeploymentPlans operation. Lists all edge deployment plans.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListEdgeDeploymentPlansRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListEdgeDeploymentPlansRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Selects edge deployment plans created after this time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Selects edge deployment plans created before this time.

Public Property DeviceFleetNameContains System.String

Gets and sets the property DeviceFleetNameContains.

Selects edge deployment plans with a device fleet name containing this name.

Public Property LastModifiedTimeAfter System.DateTime

Gets and sets the property LastModifiedTimeAfter.

Selects edge deployment plans that were last updated after this time.

Public Property LastModifiedTimeBefore System.DateTime

Gets and sets the property LastModifiedTimeBefore.

Selects edge deployment plans that were last updated before this time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to select (50 by default).

Public Property NameContains System.String

Gets and sets the property NameContains.

Selects edge deployment plans with names containing this name.

Public Property NextToken System.String

Gets and sets the property NextToken.

The response from the last list when returning a list large enough to need tokening.

Public Property SortBy Amazon.SageMaker.ListEdgeDeploymentPlansSortBy

Gets and sets the property SortBy.

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The direction of the sorting (ascending or descending).

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