public static interface ListTrainingJobsForHyperParameterTuningJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobRequest.Builder,ListTrainingJobsForHyperParameterTuningJobRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTrainingJobsForHyperParameterTuningJobRequest.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
,
TrainingJobStatus
ListTrainingJobsForHyperParameterTuningJobRequest.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
,
TrainingJobStatus
ListTrainingJobsForHyperParameterTuningJobRequest.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
,
TrainingJobSortByOptions
ListTrainingJobsForHyperParameterTuningJobRequest.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
,
TrainingJobSortByOptions
ListTrainingJobsForHyperParameterTuningJobRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
ListTrainingJobsForHyperParameterTuningJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.