Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteFeatureGroupResponse
-
Packages that use DeleteFeatureGroupResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteFeatureGroupResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteFeatureGroupResponse Modifier and Type Method Description default DeleteFeatureGroupResponseSageMakerClient. deleteFeatureGroup(Consumer<DeleteFeatureGroupRequest.Builder> deleteFeatureGroupRequest)Delete theFeatureGroupand any data that was written to theOnlineStoreof theFeatureGroup.default DeleteFeatureGroupResponseSageMakerClient. deleteFeatureGroup(DeleteFeatureGroupRequest deleteFeatureGroupRequest)Delete theFeatureGroupand any data that was written to theOnlineStoreof theFeatureGroup.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteFeatureGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteFeatureGroupResponse>SageMakerAsyncClient. deleteFeatureGroup(Consumer<DeleteFeatureGroupRequest.Builder> deleteFeatureGroupRequest)Delete theFeatureGroupand any data that was written to theOnlineStoreof theFeatureGroup.default CompletableFuture<DeleteFeatureGroupResponse>SageMakerAsyncClient. deleteFeatureGroup(DeleteFeatureGroupRequest deleteFeatureGroupRequest)Delete theFeatureGroupand any data that was written to theOnlineStoreof theFeatureGroup.
-