sagemaker_update_feature_group: Updates the feature group by either adding features or...

View source: R/sagemaker_operations.R

sagemaker_update_feature_groupR 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
)

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.