libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.DeleteFeatureGroup

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 DeleteFeatureGroup is called.

Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.

Synopsis

Creating a Request

data DeleteFeatureGroup Source #

See: newDeleteFeatureGroup smart constructor.

Constructors

DeleteFeatureGroup' 

Fields

  • featureGroupName :: Text

    The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

Instances

Instances details
Eq DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Read DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Show DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Generic DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type Rep DeleteFeatureGroup :: Type -> Type #

NFData DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Methods

rnf :: DeleteFeatureGroup -> () #

Hashable DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToJSON DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

AWSRequest DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type AWSResponse DeleteFeatureGroup #

ToHeaders DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToPath DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToQuery DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroup = D1 ('MetaData "DeleteFeatureGroup" "Amazonka.SageMaker.DeleteFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFeatureGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

newDeleteFeatureGroup Source #

Create a value of DeleteFeatureGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureGroupName:DeleteFeatureGroup', deleteFeatureGroup_featureGroupName - The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

Request Lenses

deleteFeatureGroup_featureGroupName :: Lens' DeleteFeatureGroup Text Source #

The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

Destructuring the Response

data DeleteFeatureGroupResponse Source #

See: newDeleteFeatureGroupResponse smart constructor.

Instances

Instances details
Eq DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Read DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Show DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Generic DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type Rep DeleteFeatureGroupResponse :: Type -> Type #

NFData DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroupResponse = D1 ('MetaData "DeleteFeatureGroupResponse" "Amazonka.SageMaker.DeleteFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFeatureGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFeatureGroupResponse :: DeleteFeatureGroupResponse Source #

Create a value of DeleteFeatureGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.