update_feature_group(**kwargs)¶Updates the feature group.
See also: AWS API Documentation
Request Syntax
response = client.update_feature_group(
FeatureGroupName='string',
FeatureAdditions=[
{
'FeatureName': 'string',
'FeatureType': 'Integral'|'Fractional'|'String'
},
]
)
[REQUIRED]
The name of the feature group that you're updating.
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
A list of features. You must include FeatureName and FeatureType . Valid feature FeatureType s are Integral , Fractional and String .
The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted , write_time , api_invocation_time .
The value type of a feature. Valid values are Integral, Fractional, or String.
dict
Response Syntax
{
'FeatureGroupArn': 'string'
}
Response Structure
(dict) --
FeatureGroupArn (string) --
The Amazon Resource Number (ARN) of the feature group that you're updating.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound