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 ListInferenceExperiments operation. Returns the list of all inference experiments.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListInferenceExperimentsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListInferenceExperimentsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Selects inference experiments which were created after this timestamp.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Selects inference experiments which were created before this timestamp.

Public Property LastModifiedTimeAfter System.DateTime

Gets and sets the property LastModifiedTimeAfter.

Selects inference experiments which were last modified after this timestamp.

Public Property LastModifiedTimeBefore System.DateTime

Gets and sets the property LastModifiedTimeBefore.

Selects inference experiments which were last modified before this timestamp.

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.

Selects inference experiments whose names contain 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.SortInferenceExperimentsBy

Gets and sets the property SortBy.

The column by which to sort the listed inference experiments.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The direction of sorting (ascending or descending).

Public Property StatusEquals Amazon.SageMaker.InferenceExperimentStatus

Gets and sets the property StatusEquals.

Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.

Public Property Type Amazon.SageMaker.InferenceExperimentType

Gets and sets the property Type.

Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.

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