Interface ListHyperParameterTuningJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListHyperParameterTuningJobsResponse.Builder,ListHyperParameterTuningJobsResponse>,SageMakerResponse.Builder,SdkBuilder<ListHyperParameterTuningJobsResponse.Builder,ListHyperParameterTuningJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListHyperParameterTuningJobsResponse
public static interface ListHyperParameterTuningJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListHyperParameterTuningJobsResponse.Builder,ListHyperParameterTuningJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHyperParameterTuningJobsResponse.BuilderhyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.ListHyperParameterTuningJobsResponse.BuilderhyperParameterTuningJobSummaries(Consumer<HyperParameterTuningJobSummary.Builder>... hyperParameterTuningJobSummaries)A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.ListHyperParameterTuningJobsResponse.BuilderhyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.ListHyperParameterTuningJobsResponse.BuildernextToken(String nextToken)If the result of thisListHyperParameterTuningJobsrequest was truncated, the response includes aNextToken.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#hyperParameterTuningJobSummaries(List.) - 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:
#hyperParameterTuningJobSummaries(java.util.Collection)
-
nextToken
ListHyperParameterTuningJobsResponse.Builder nextToken(String 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.
-
-