Updates the description and parameters of the feature group
Source:R/sagemaker_operations.R
sagemaker_update_feature_metadata.RdUpdates the description and parameters of the feature group.
See https://www.paws-r-sdk.com/docs/sagemaker_update_feature_metadata/ for full documentation.
Usage
sagemaker_update_feature_metadata(
FeatureGroupName,
FeatureName,
Description = NULL,
ParameterAdditions = NULL,
ParameterRemovals = NULL
)Arguments
- FeatureGroupName
[required] The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.
- FeatureName
[required] The name of the feature that you're updating.
- Description
A description that you can write to better describe the feature.
- ParameterAdditions
A list of key-value pairs that you can add to better describe the feature.
- ParameterRemovals
A list of parameter keys that you can specify to remove parameters that describe your feature.