sagemaker_update_feature_group {paws.machine.learning} | R Documentation |
Updates the feature group by either adding features or updating the online store configuration
Description
Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the update_feature_group
API.
See https://www.paws-r-sdk.com/docs/sagemaker_update_feature_group/ for full documentation.
Usage
sagemaker_update_feature_group(
FeatureGroupName,
FeatureAdditions = NULL,
OnlineStoreConfig = NULL,
ThroughputConfig = NULL
)
Arguments
FeatureGroupName |
[required] The name or Amazon Resource Name (ARN) of the feature group that you're updating. |
FeatureAdditions |
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group. |
OnlineStoreConfig |
Updates the feature group online store configuration. |
ThroughputConfig |
[Package paws.machine.learning version 0.7.0 Index]