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