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