sagemaker_update_feature_metadata: Updates the description and parameters of the feature group

View source: R/sagemaker_operations.R

sagemaker_update_feature_metadataR Documentation

Updates the description and parameters of the feature group

Description

Updates 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.


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