update_feature_metadata
(**kwargs)¶Updates the description and parameters of the feature group.
See also: AWS API Documentation
Request Syntax
response = client.update_feature_metadata(
FeatureGroupName='string',
FeatureName='string',
Description='string',
ParameterAdditions=[
{
'Key': 'string',
'Value': 'string'
},
],
ParameterRemovals=[
'string',
]
)
[REQUIRED]
The name of the feature group containing the feature that you're updating.
[REQUIRED]
The name of the feature that you're updating.
A list of key-value pairs that you can add to better describe the feature.
A key-value pair that you specify to describe the feature.
A key that must contain a value to describe the feature.
The value that belongs to a key.
A list of parameter keys that you can specify to remove parameters that describe your feature.
None
Exceptions
SageMaker.Client.exceptions.ResourceNotFound