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 ListTrainingJobsForHyperParameterTuningJob operation. Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListTrainingJobsForHyperParameterTuningJobRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListTrainingJobsForHyperParameterTuningJobRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property HyperParameterTuningJobName System.String

Gets and sets the property HyperParameterTuningJobName.

The name of the tuning job whose training jobs you want to list.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of training jobs to return. The default value is 10.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

Public Property SortBy Amazon.SageMaker.TrainingJobSortByOptions

Gets and sets the property SortBy.

The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order for results. The default is Ascending.

Public Property StatusEquals Amazon.SageMaker.TrainingJobStatus

Gets and sets the property StatusEquals.

A filter that returns only training jobs with the specified status.

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