| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFeatureGroupsResponse |
SageMakerClient.listFeatureGroups(Consumer<ListFeatureGroupsRequest.Builder> listFeatureGroupsRequest)
List
FeatureGroups based on given filter and order. |
default ListFeatureGroupsResponse |
SageMakerClient.listFeatureGroups(ListFeatureGroupsRequest listFeatureGroupsRequest)
List
FeatureGroups based on given filter and order. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFeatureGroupsResponse> |
SageMakerAsyncClient.listFeatureGroups(Consumer<ListFeatureGroupsRequest.Builder> listFeatureGroupsRequest)
List
FeatureGroups based on given filter and order. |
default CompletableFuture<ListFeatureGroupsResponse> |
SageMakerAsyncClient.listFeatureGroups(ListFeatureGroupsRequest listFeatureGroupsRequest)
List
FeatureGroups based on given filter and order. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFeatureGroupsResponse> |
ListFeatureGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFeatureGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFeatureGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.