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 ListTrials operation. Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListTrialsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListTrialsRequest type exposes the following members

Constructors

NameDescription
Public Method ListTrialsRequest()

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

A filter that returns only trials created after the specified time.

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

A filter that returns only trials created before the specified time.

Public Property ExperimentName System.String

Gets and sets the property ExperimentName.

A filter that returns only trials that are part of the specified experiment.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of trials to return in the response. The default value is 10.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the previous call to ListTrials didn't return the full set of trials, the call returns a token for getting the next set of trials.

Public Property SortBy Amazon.SageMaker.SortTrialsBy

Gets and sets the property SortBy.

The property used to sort results. The default value is CreationTime.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order. The default value is Descending.

Public Property TrialComponentName System.String

Gets and sets the property TrialComponentName.

A filter that returns only trials that are associated with the specified trial component.

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