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