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 ListDeviceFleets operation. Returns a list of devices in the fleet.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListDeviceFleetsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListDeviceFleetsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDeviceFleetsRequest()

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Filter fleets where packaging job was created after specified time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Filter fleets where the edge packaging job was created before specified time.

Public Property LastModifiedTimeAfter System.DateTime

Gets and sets the property LastModifiedTimeAfter.

Select fleets where the job was updated after X

Public Property LastModifiedTimeBefore System.DateTime

Gets and sets the property LastModifiedTimeBefore.

Select fleets where the job was updated before X

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to select.

Public Property NameContains System.String

Gets and sets the property NameContains.

Filter for fleets containing this name in their fleet device 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.ListDeviceFleetsSortBy

Gets and sets the property SortBy.

The column to sort by.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

What direction to sort in.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5