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 ListDevices operation. A list of devices.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListDevicesRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListDevicesRequest type exposes the following members

Constructors

NameDescription
Public Method ListDevicesRequest()

Properties

NameTypeDescription
Public Property DeviceFleetName System.String

Gets and sets the property DeviceFleetName.

Filter for fleets containing this name in their device fleet name.

Public Property LatestHeartbeatAfter System.DateTime

Gets and sets the property LatestHeartbeatAfter.

Select fleets where the job was updated after X

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Maximum number of results to select.

Public Property ModelName System.String

Gets and sets the property ModelName.

A filter that searches devices that contains this name in any of their models.

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.

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