Interface ListModelPackageGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListModelPackageGroupsResponse.Builder,
,ListModelPackageGroupsResponse> SageMakerResponse.Builder
,SdkBuilder<ListModelPackageGroupsResponse.Builder,
,ListModelPackageGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListModelPackageGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListModelPackageGroupsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackageGroupsResponse.Builder,ListModelPackageGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmodelPackageGroupSummaryList
(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList) A list of summaries of the model groups in your Amazon Web Services account.modelPackageGroupSummaryList
(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList) A list of summaries of the model groups in your Amazon Web Services account.modelPackageGroupSummaryList
(ModelPackageGroupSummary... modelPackageGroupSummaryList) A list of summaries of the model groups in your Amazon Web Services account.If the response is truncated, SageMaker returns this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
modelPackageGroupSummaryList
ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList) A list of summaries of the model groups in your Amazon Web Services account.
- Parameters:
modelPackageGroupSummaryList
- A list of summaries of the model groups in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupSummaryList
ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList) A list of summaries of the model groups in your Amazon Web Services account.
- Parameters:
modelPackageGroupSummaryList
- A list of summaries of the model groups in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupSummaryList
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 viaModelPackageGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelPackageGroupSummaryList(List<ModelPackageGroupSummary>)
.- Parameters:
modelPackageGroupSummaryList
- a consumer that will call methods onModelPackageGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
- Parameters:
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-