| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteFeatureGroupResponse |
SageMakerClient.deleteFeatureGroup(Consumer<DeleteFeatureGroupRequest.Builder> deleteFeatureGroupRequest)
Delete the
FeatureGroup and any data that was written to the OnlineStore of the
FeatureGroup. |
default DeleteFeatureGroupResponse |
SageMakerClient.deleteFeatureGroup(DeleteFeatureGroupRequest deleteFeatureGroupRequest)
Delete the
FeatureGroup and any data that was written to the OnlineStore of the
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteFeatureGroupResponse> |
SageMakerAsyncClient.deleteFeatureGroup(Consumer<DeleteFeatureGroupRequest.Builder> deleteFeatureGroupRequest)
Delete the
FeatureGroup and any data that was written to the OnlineStore of the
FeatureGroup. |
default CompletableFuture<DeleteFeatureGroupResponse> |
SageMakerAsyncClient.deleteFeatureGroup(DeleteFeatureGroupRequest deleteFeatureGroupRequest)
Delete the
FeatureGroup and any data that was written to the OnlineStore of the
FeatureGroup. |
Copyright © 2023. All rights reserved.