| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteFeatureGroupResponse |
SageMakerClient.deleteFeatureGroup(DeleteFeatureGroupRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DeleteFeatureGroupRequestMarshaller.marshall(DeleteFeatureGroupRequest deleteFeatureGroupRequest) |
Copyright © 2022. All rights reserved.