Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_delete_feature_group

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.

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.

Usage

sagemaker_delete_feature_group(FeatureGroupName)

Arguments

FeatureGroupName

[required] The name of the FeatureGroup you want to delete. The name must be unique within an AWS Region in an AWS account.

Value

An empty list.

Request syntax

svc$delete_feature_group(
  FeatureGroupName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.