public static interface ListTrainingJobsForHyperParameterTuningJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobRequest.Builder,ListTrainingJobsForHyperParameterTuningJobRequest>
buildoverrideConfigurationcopyapplyMutation, buildListTrainingJobsForHyperParameterTuningJobRequest.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.ListTrainingJobsForHyperParameterTuningJobRequest.Builder nextToken(String 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.
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.ListTrainingJobsForHyperParameterTuningJobRequest.Builder maxResults(Integer maxResults)
The maximum number of training jobs to return. The default value is 10.
maxResults - The maximum number of training jobs to return. The default value is 10.ListTrainingJobsForHyperParameterTuningJobRequest.Builder statusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
statusEquals - A filter that returns only training jobs with the specified status.TrainingJobStatus,
TrainingJobStatusListTrainingJobsForHyperParameterTuningJobRequest.Builder statusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
statusEquals - A filter that returns only training jobs with the specified status.TrainingJobStatus,
TrainingJobStatusListTrainingJobsForHyperParameterTuningJobRequest.Builder sortBy(String 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.
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.
TrainingJobSortByOptions,
TrainingJobSortByOptionsListTrainingJobsForHyperParameterTuningJobRequest.Builder sortBy(TrainingJobSortByOptions 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.
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.
TrainingJobSortByOptions,
TrainingJobSortByOptionsListTrainingJobsForHyperParameterTuningJobRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending.
ListTrainingJobsForHyperParameterTuningJobRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending.
ListTrainingJobsForHyperParameterTuningJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListTrainingJobsForHyperParameterTuningJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.