public static interface ListAlgorithmsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAlgorithmsResponse.Builder,ListAlgorithmsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResponse.Builder |
algorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResponse.Builder |
algorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResponse.Builder |
algorithmSummaryList(Consumer<AlgorithmSummary.Builder>... algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlgorithmsResponse.Builder algorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of AlgorithmSummary objects, each of which lists an algorithm.
algorithmSummaryList - >An array of AlgorithmSummary objects, each of which lists an algorithm.ListAlgorithmsResponse.Builder algorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of AlgorithmSummary objects, each of which lists an algorithm.
algorithmSummaryList - >An array of AlgorithmSummary objects, each of which lists an algorithm.ListAlgorithmsResponse.Builder algorithmSummaryList(Consumer<AlgorithmSummary.Builder>... algorithmSummaryList)
>An array of AlgorithmSummary objects, each of which lists an algorithm.
AlgorithmSummary.Builder avoiding the need to create
one manually via AlgorithmSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #algorithmSummaryList(List.
algorithmSummaryList - a consumer that will call methods on
AlgorithmSummary.Builder#algorithmSummaryList(java.util.Collection) 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.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms,
use it in the subsequent request.Copyright © 2022. All rights reserved.