View source: R/sagemaker_operations.R
sagemaker_update_feature_group | R Documentation |
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.
sagemaker_update_feature_group(
FeatureGroupName,
FeatureAdditions = NULL,
OnlineStoreConfig = NULL,
ThroughputConfig = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.