Uses of Class
software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsIterable
-
Packages that use ListModelPackageGroupsIterable Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of ListModelPackageGroupsIterable in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListModelPackageGroupsIterable Modifier and Type Method Description default ListModelPackageGroupsIterableSageMakerClient. listModelPackageGroupsPaginator(Consumer<ListModelPackageGroupsRequest.Builder> listModelPackageGroupsRequest)Gets a list of the model groups in your Amazon Web Services account.default ListModelPackageGroupsIterableSageMakerClient. listModelPackageGroupsPaginator(ListModelPackageGroupsRequest listModelPackageGroupsRequest)Gets a list of the model groups in your Amazon Web Services account.
-