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 ListModels operation. Generates a list of all models in the account, including model name and ARN, dataset, and status.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LookoutEquipment.AmazonLookoutEquipmentRequest
      Amazon.LookoutEquipment.Model.ListModelsRequest

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

Syntax

C#
public class ListModelsRequest : AmazonLookoutEquipmentRequest
         IAmazonWebServiceRequest

The ListModelsRequest type exposes the following members

Constructors

NameDescription
Public Method ListModelsRequest()

Properties

NameTypeDescription
Public Property DatasetNameBeginsWith System.String

Gets and sets the property DatasetNameBeginsWith.

The beginning of the name of the dataset of the machine learning models to be listed.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Specifies the maximum number of machine learning models to list.

Public Property ModelNameBeginsWith System.String

Gets and sets the property ModelNameBeginsWith.

The beginning of the name of the machine learning models being listed.

Public Property NextToken System.String

Gets and sets the property NextToken.

An opaque pagination token indicating where to continue the listing of machine learning models.

Public Property Status Amazon.LookoutEquipment.ModelStatus

Gets and sets the property Status.

The status of the machine learning model.

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