View source: R/sagemaker_operations.R
sagemaker_update_feature_metadata | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.