SageMaker / Client / update_feature_group
update_feature_group#
- SageMaker.Client.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' }, ] ) - Parameters:
- FeatureGroupName (string) – - [REQUIRED] - The name of the feature group that you’re updating. 
- FeatureAdditions (list) – - 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. - (dict) – - A list of features. You must include - FeatureNameand- FeatureType. Valid feature- FeatureTypes are- Integral,- Fractionaland- String.- FeatureName (string) – - The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.
- FeatureType (string) – - The value type of a feature. Valid values are Integral, Fractional, or String. 
 
 
 
- Return type:
- dict 
- Returns:
- 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