Interface ListTrainingJobsForHyperParameterTuningJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobRequest.Builder,ListTrainingJobsForHyperParameterTuningJobRequest>,SageMakerRequest.Builder,SdkBuilder<ListTrainingJobsForHyperParameterTuningJobRequest.Builder,ListTrainingJobsForHyperParameterTuningJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTrainingJobsForHyperParameterTuningJobRequest
public static interface ListTrainingJobsForHyperParameterTuningJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobRequest.Builder,ListTrainingJobsForHyperParameterTuningJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hyperParameterTuningJobName
ListTrainingJobsForHyperParameterTuningJobRequest.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
- Parameters:
hyperParameterTuningJobName- The name of the tuning job whose training jobs you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTrainingJobsForHyperParameterTuningJobRequest.Builder nextToken(String nextToken)
If the result of the previous
ListTrainingJobsForHyperParameterTuningJobrequest was truncated, the response includes aNextToken. To retrieve the next set of training jobs, use the token in the next request.- Parameters:
nextToken- If the result of the previousListTrainingJobsForHyperParameterTuningJobrequest was truncated, the response includes aNextToken. To retrieve the next set of training jobs, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTrainingJobsForHyperParameterTuningJobRequest.Builder maxResults(Integer maxResults)
The maximum number of training jobs to return. The default value is 10.
- Parameters:
maxResults- The maximum number of training jobs to return. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListTrainingJobsForHyperParameterTuningJobRequest.Builder statusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
- Parameters:
statusEquals- A filter that returns only training jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainingJobStatus,TrainingJobStatus
-
statusEquals
ListTrainingJobsForHyperParameterTuningJobRequest.Builder statusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
- Parameters:
statusEquals- A filter that returns only training jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainingJobStatus,TrainingJobStatus
-
sortBy
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.- Parameters:
sortBy- The field to sort results by. The default isName.If the value of this field is
FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainingJobSortByOptions,TrainingJobSortByOptions
-
sortBy
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.- Parameters:
sortBy- The field to sort results by. The default isName.If the value of this field is
FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainingJobSortByOptions,TrainingJobSortByOptions
-
sortOrder
ListTrainingJobsForHyperParameterTuningJobRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Ascending.
-
sortOrder
ListTrainingJobsForHyperParameterTuningJobRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is
Ascending.
-
overrideConfiguration
ListTrainingJobsForHyperParameterTuningJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTrainingJobsForHyperParameterTuningJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-