Interface ListTrainingJobsForHyperParameterTuningJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobResponse.Builder,ListTrainingJobsForHyperParameterTuningJobResponse>,SageMakerResponse.Builder,SdkBuilder<ListTrainingJobsForHyperParameterTuningJobResponse.Builder,ListTrainingJobsForHyperParameterTuningJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTrainingJobsForHyperParameterTuningJobResponse
public static interface ListTrainingJobsForHyperParameterTuningJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListTrainingJobsForHyperParameterTuningJobResponse.Builder,ListTrainingJobsForHyperParameterTuningJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTrainingJobsForHyperParameterTuningJobResponse.BuildernextToken(String nextToken)If the result of thisListTrainingJobsForHyperParameterTuningJobrequest was truncated, the response includes aNextToken.ListTrainingJobsForHyperParameterTuningJobResponse.BuildertrainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.ListTrainingJobsForHyperParameterTuningJobResponse.BuildertrainingJobSummaries(Consumer<HyperParameterTrainingJobSummary.Builder>... trainingJobSummaries)A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.ListTrainingJobsForHyperParameterTuningJobResponse.BuildertrainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trainingJobSummaries
ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJobrequest returned.- Parameters:
trainingJobSummaries- A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingJobSummaries
ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJobrequest returned.- Parameters:
trainingJobSummaries- A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingJobSummaries
ListTrainingJobsForHyperParameterTuningJobResponse.Builder trainingJobSummaries(Consumer<HyperParameterTrainingJobSummary.Builder>... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
This is a convenience method that creates an instance of theListTrainingJobsForHyperParameterTuningJobrequest returned.HyperParameterTrainingJobSummary.Builderavoiding the need to create one manually viaHyperParameterTrainingJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#trainingJobSummaries(List.) - Parameters:
trainingJobSummaries- a consumer that will call methods onHyperParameterTrainingJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#trainingJobSummaries(java.util.Collection)
-
nextToken
ListTrainingJobsForHyperParameterTuningJobResponse.Builder nextToken(String nextToken)
If the result of this
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 thisListTrainingJobsForHyperParameterTuningJobrequest 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.
-
-