public static interface ListModelCardsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelCardsResponse.Builder,ListModelCardsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelCardsResponse.Builder |
modelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResponse.Builder |
modelCardSummaries(Consumer<ModelCardSummary.Builder>... modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResponse.Builder |
modelCardSummaries(ModelCardSummary... modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelCardsResponse.Builder modelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
modelCardSummaries - The summaries of the listed model cards.ListModelCardsResponse.Builder modelCardSummaries(ModelCardSummary... modelCardSummaries)
The summaries of the listed model cards.
modelCardSummaries - The summaries of the listed model cards.ListModelCardsResponse.Builder modelCardSummaries(Consumer<ModelCardSummary.Builder>... modelCardSummaries)
The summaries of the listed model cards.
This is a convenience method that creates an instance of theModelCardSummary.Builder avoiding the need to create
one manually via ModelCardSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelCardSummaries(List.
modelCardSummaries - a consumer that will call methods on
ModelCardSummary.Builder#modelCardSummaries(java.util.Collection) ListModelCardsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards,
use it in the subsequent request.Copyright © 2022. All rights reserved.