| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageGroupSummary> |
ListModelPackageGroupsResponse.modelPackageGroupSummaryList()
A list of summaries of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelPackageGroupsResponse.Builder |
ListModelPackageGroupsResponse.Builder.modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelPackageGroupsResponse.Builder |
ListModelPackageGroupsResponse.Builder.modelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)
A list of summaries of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ModelPackageGroupSummary> |
ListModelPackageGroupsPublisher.modelPackageGroupSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ModelPackageGroupSummary> |
ListModelPackageGroupsIterable.modelPackageGroupSummaryList()
Returns an iterable to iterate through the paginated
ListModelPackageGroupsResponse.modelPackageGroupSummaryList() member. |
Copyright © 2022. All rights reserved.