Interface ListAlgorithmsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAlgorithmsResponse.Builder,ListAlgorithmsResponse>,SageMakerResponse.Builder,SdkBuilder<ListAlgorithmsResponse.Builder,ListAlgorithmsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAlgorithmsResponse
public static interface ListAlgorithmsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAlgorithmsResponse.Builder,ListAlgorithmsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAlgorithmsResponse.BuilderalgorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)>An array ofAlgorithmSummaryobjects, each of which lists an algorithm.ListAlgorithmsResponse.BuilderalgorithmSummaryList(Consumer<AlgorithmSummary.Builder>... algorithmSummaryList)>An array ofAlgorithmSummaryobjects, each of which lists an algorithm.ListAlgorithmsResponse.BuilderalgorithmSummaryList(AlgorithmSummary... algorithmSummaryList)>An array ofAlgorithmSummaryobjects, each of which lists an algorithm.ListAlgorithmsResponse.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.-
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
-
algorithmSummaryList
ListAlgorithmsResponse.Builder algorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummaryobjects, each of which lists an algorithm.- Parameters:
algorithmSummaryList- >An array ofAlgorithmSummaryobjects, each of which lists an algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
algorithmSummaryList
ListAlgorithmsResponse.Builder algorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of
AlgorithmSummaryobjects, each of which lists an algorithm.- Parameters:
algorithmSummaryList- >An array ofAlgorithmSummaryobjects, each of which lists an algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
algorithmSummaryList
ListAlgorithmsResponse.Builder algorithmSummaryList(Consumer<AlgorithmSummary.Builder>... algorithmSummaryList)
>An array of
This is a convenience method that creates an instance of theAlgorithmSummaryobjects, each of which lists an algorithm.AlgorithmSummary.Builderavoiding the need to create one manually viaAlgorithmSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#algorithmSummaryList(List.) - Parameters:
algorithmSummaryList- a consumer that will call methods onAlgorithmSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#algorithmSummaryList(java.util.Collection)
-
nextToken
ListAlgorithmsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
- Parameters:
nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-