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 Amazon Web Services account.
|
ListModelPackageGroupsResponse.Builder |
modelPackageGroupSummaryList(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
ListModelPackageGroupsResponse.Builder |
modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services 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 Amazon Web Services account.
modelPackageGroupSummaryList - A list of summaries of the model groups in your Amazon Web Services account.ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
modelPackageGroupSummaryList - A list of summaries of the model groups in your Amazon Web Services account.ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
This is a convenience method that creates an instance of theModelPackageGroupSummary.Builder avoiding the need to
create one manually via
ModelPackageGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelPackageGroupSummaryList(List.
modelPackageGroupSummaryList - a consumer that will call methods on
ModelPackageGroupSummary.Builder#modelPackageGroupSummaryList(java.util.Collection) 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 © 2022. All rights reserved.