Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateFeatureGroupResponse
-
Packages that use UpdateFeatureGroupResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateFeatureGroupResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateFeatureGroupResponse Modifier and Type Method Description default UpdateFeatureGroupResponseSageMakerClient. updateFeatureGroup(Consumer<UpdateFeatureGroupRequest.Builder> updateFeatureGroupRequest)Updates the feature group by either adding features or updating the online store configuration.default UpdateFeatureGroupResponseSageMakerClient. updateFeatureGroup(UpdateFeatureGroupRequest updateFeatureGroupRequest)Updates the feature group by either adding features or updating the online store configuration.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateFeatureGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateFeatureGroupResponse>SageMakerAsyncClient. updateFeatureGroup(Consumer<UpdateFeatureGroupRequest.Builder> updateFeatureGroupRequest)Updates the feature group by either adding features or updating the online store configuration.default CompletableFuture<UpdateFeatureGroupResponse>SageMakerAsyncClient. updateFeatureGroup(UpdateFeatureGroupRequest updateFeatureGroupRequest)Updates the feature group by either adding features or updating the online store configuration.
-