SageMaker / Client / delete_feature_group
delete_feature_group#
- SageMaker.Client.delete_feature_group(**kwargs)#
- Delete the - FeatureGroupand any data that was written to the- OnlineStoreof the- FeatureGroup. Data cannot be accessed from the- OnlineStoreimmediately after- DeleteFeatureGroupis called.- Data written into the - OfflineStorewill not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your- OfflineStoreare not deleted.- See also: AWS API Documentation - Request Syntax- response = client.delete_feature_group( FeatureGroupName='string' ) - Parameters:
- FeatureGroupName (string) – - [REQUIRED] - The name of the - FeatureGroupyou want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.
- Returns:
- None 
 - Exceptions- SageMaker.Client.exceptions.ResourceNotFound