sagemaker_delete_feature_group {paws.machine.learning} | R Documentation |
Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup
Description
Delete the FeatureGroup
and any data that was written to the OnlineStore
of the FeatureGroup
. Data cannot be accessed from the OnlineStore
immediately after delete_feature_group
is called.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_feature_group/ for full documentation.
Usage
sagemaker_delete_feature_group(FeatureGroupName)
Arguments
FeatureGroupName |
[required] The name of the |
[Package paws.machine.learning version 0.9.0 Index]