Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteFeatureGroupRequest
-
Packages that use DeleteFeatureGroupRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of DeleteFeatureGroupRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type DeleteFeatureGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteFeatureGroupResponse>SageMakerAsyncClient. deleteFeatureGroup(DeleteFeatureGroupRequest 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. -
Uses of DeleteFeatureGroupRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type DeleteFeatureGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFeatureGroupRequestMarshaller. marshall(DeleteFeatureGroupRequest deleteFeatureGroupRequest)
-