Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
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.
Data written into the OfflineStore
will not be deleted. The AWS Glue
database and tables that are automatically created for your
OfflineStore
are not deleted.
1 | sagemaker_delete_feature_group(FeatureGroupName)
|
FeatureGroupName |
[required] The name of the |
An empty list.
1 2 3 | svc$delete_feature_group(
FeatureGroupName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.