amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.UpdateFeatureMetadata

Description

Updates the description and parameters of the feature group.

Synopsis

Creating a Request

data UpdateFeatureMetadata Source #

See: newUpdateFeatureMetadata smart constructor.

Constructors

UpdateFeatureMetadata' 

Fields

Instances

Instances details
ToJSON UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

ToHeaders UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

ToPath UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

ToQuery UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

AWSRequest UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Associated Types

type AWSResponse UpdateFeatureMetadata #

Generic UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Associated Types

type Rep UpdateFeatureMetadata :: Type -> Type #

Read UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Show UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

NFData UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Methods

rnf :: UpdateFeatureMetadata -> () #

Eq UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Hashable UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

type AWSResponse UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

type Rep UpdateFeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

type Rep UpdateFeatureMetadata = D1 ('MetaData "UpdateFeatureMetadata" "Amazonka.SageMaker.UpdateFeatureMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateFeatureMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterAdditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FeatureParameter]))) :*: (S1 ('MetaSel ('Just "parameterRemovals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateFeatureMetadata Source #

Create a value of UpdateFeatureMetadata 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:

UpdateFeatureMetadata, updateFeatureMetadata_description - A description that you can write to better describe the feature.

$sel:parameterAdditions:UpdateFeatureMetadata', updateFeatureMetadata_parameterAdditions - A list of key-value pairs that you can add to better describe the feature.

$sel:parameterRemovals:UpdateFeatureMetadata', updateFeatureMetadata_parameterRemovals - A list of parameter keys that you can specify to remove parameters that describe your feature.

UpdateFeatureMetadata, updateFeatureMetadata_featureGroupName - The name of the feature group containing the feature that you're updating.

UpdateFeatureMetadata, updateFeatureMetadata_featureName - The name of the feature that you're updating.

Request Lenses

updateFeatureMetadata_description :: Lens' UpdateFeatureMetadata (Maybe Text) Source #

A description that you can write to better describe the feature.

updateFeatureMetadata_parameterAdditions :: Lens' UpdateFeatureMetadata (Maybe [FeatureParameter]) Source #

A list of key-value pairs that you can add to better describe the feature.

updateFeatureMetadata_parameterRemovals :: Lens' UpdateFeatureMetadata (Maybe [Text]) Source #

A list of parameter keys that you can specify to remove parameters that describe your feature.

updateFeatureMetadata_featureGroupName :: Lens' UpdateFeatureMetadata Text Source #

The name of the feature group containing the feature that you're updating.

updateFeatureMetadata_featureName :: Lens' UpdateFeatureMetadata Text Source #

The name of the feature that you're updating.

Destructuring the Response

data UpdateFeatureMetadataResponse Source #

See: newUpdateFeatureMetadataResponse smart constructor.

Instances

Instances details
Generic UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Associated Types

type Rep UpdateFeatureMetadataResponse :: Type -> Type #

Read UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Show UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

NFData UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

Eq UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

type Rep UpdateFeatureMetadataResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureMetadata

type Rep UpdateFeatureMetadataResponse = D1 ('MetaData "UpdateFeatureMetadataResponse" "Amazonka.SageMaker.UpdateFeatureMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateFeatureMetadataResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateFeatureMetadataResponse :: UpdateFeatureMetadataResponse Source #

Create a value of UpdateFeatureMetadataResponse with all optional fields omitted.

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