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