Interface ListModelPackageGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListModelPackageGroupsResponse.Builder,ListModelPackageGroupsResponse>,SageMakerResponse.Builder,SdkBuilder<ListModelPackageGroupsResponse.Builder,ListModelPackageGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListModelPackageGroupsResponse
public static interface ListModelPackageGroupsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackageGroupsResponse.Builder,ListModelPackageGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelPackageGroupsResponse.BuildermodelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)A list of summaries of the model groups in your Amazon Web Services account.ListModelPackageGroupsResponse.BuildermodelPackageGroupSummaryList(Consumer<ModelPackageGroupSummary.Builder>... modelPackageGroupSummaryList)A list of summaries of the model groups in your Amazon Web Services account.ListModelPackageGroupsResponse.BuildermodelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)A list of summaries of the model groups in your Amazon Web Services account.ListModelPackageGroupsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaModelPackageGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#modelPackageGroupSummaryList(List.) - 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:
#modelPackageGroupSummaryList(java.util.Collection)
-
nextToken
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.
- 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.
-
-