Interface ListHyperParameterTuningJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListHyperParameterTuningJobsResponse.Builder,,ListHyperParameterTuningJobsResponse> SageMakerResponse.Builder,SdkBuilder<ListHyperParameterTuningJobsResponse.Builder,,ListHyperParameterTuningJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListHyperParameterTuningJobsResponse
-
Method Summary
Modifier and TypeMethodDescriptionhyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.hyperParameterTuningJobSummaries(Consumer<HyperParameterTuningJobSummary.Builder>... hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.If the result of thisListHyperParameterTuningJobsrequest was truncated, the response includes aNextToken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
hyperParameterTuningJobSummaries
ListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobsrequest returned.- Parameters:
hyperParameterTuningJobSummaries- A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hyperParameterTuningJobSummaries
ListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobsrequest returned.- Parameters:
hyperParameterTuningJobSummaries- A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hyperParameterTuningJobSummaries
ListHyperParameterTuningJobsResponse.Builder hyperParameterTuningJobSummaries(Consumer<HyperParameterTuningJobSummary.Builder>... hyperParameterTuningJobSummaries) A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
This is a convenience method that creates an instance of theListHyperParameterTuningJobsrequest returned.HyperParameterTuningJobSummary.Builderavoiding the need to create one manually viaHyperParameterTuningJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohyperParameterTuningJobSummaries(List<HyperParameterTuningJobSummary>).- Parameters:
hyperParameterTuningJobSummaries- a consumer that will call methods onHyperParameterTuningJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the result of this
ListHyperParameterTuningJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of tuning jobs, use the token in the next request.- Parameters:
nextToken- If the result of thisListHyperParameterTuningJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of tuning jobs, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-