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, Amazon SageMaker returns this token.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListModelPackagesResponse.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.
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 #modelPackageSummaryList(List)
.modelPackageSummaryList
- a consumer that will call methods on List.Builder
#modelPackageSummaryList(List)
ListModelPackagesResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.
nextToken
- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model
packages, use it in the subsequent request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.