public static interface ListModelPackageGroupsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackageGroupsResponse.Builder,ListModelPackageGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelPackageGroupsResponse.Builder |
modelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
|
ListModelPackageGroupsResponse.Builder |
modelPackageGroupSummaryList(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
|
ListModelPackageGroupsResponse.Builder |
modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
|
ListModelPackageGroupsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
modelPackageGroupSummaryList - A list of summaries of the model groups in your AWS account.ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
modelPackageGroupSummaryList - A list of summaries of the model groups in your AWS account.ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList)
A list of summaries of the model groups in your AWS account.
This is a convenience that creates an instance of theList.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 #modelPackageGroupSummaryList(List)
.modelPackageGroupSummaryList - a consumer that will call methods on List.Builder #modelPackageGroupSummaryList(List) ListModelPackageGroupsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups,
use it in the subsequent request.Copyright © 2021. All rights reserved.