| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListModelPackageGroupsResponse |
SageMakerClient.listModelPackageGroups(Consumer<ListModelPackageGroupsRequest.Builder> listModelPackageGroupsRequest)
Gets a list of the model groups in your Amazon Web Services account.
|
default ListModelPackageGroupsResponse |
SageMakerClient.listModelPackageGroups(ListModelPackageGroupsRequest listModelPackageGroupsRequest)
Gets a list of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListModelPackageGroupsResponse> |
SageMakerAsyncClient.listModelPackageGroups(Consumer<ListModelPackageGroupsRequest.Builder> listModelPackageGroupsRequest)
Gets a list of the model groups in your Amazon Web Services account.
|
default CompletableFuture<ListModelPackageGroupsResponse> |
SageMakerAsyncClient.listModelPackageGroups(ListModelPackageGroupsRequest listModelPackageGroupsRequest)
Gets a list of the model groups in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListModelPackageGroupsResponse> |
ListModelPackageGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelPackageGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListModelPackageGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.