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, Amazon 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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #algorithmSummaryList(List) .algorithmSummaryList - a consumer that will call methods on List.Builder #algorithmSummaryList(List) ListAlgorithmsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
algorithms, use it in the subsequent request.Copyright © 2021. All rights reserved.