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.UpdateFeatureGroup

Description

Updates the feature group.

Synopsis

Creating a Request

data UpdateFeatureGroup Source #

See: newUpdateFeatureGroup smart constructor.

Constructors

UpdateFeatureGroup' 

Fields

  • featureAdditions :: Maybe (NonEmpty FeatureDefinition)

    Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.

  • featureGroupName :: Text

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

Instances

Instances details
ToJSON UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

ToHeaders UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

ToPath UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

ToQuery UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

AWSRequest UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Associated Types

type AWSResponse UpdateFeatureGroup #

Generic UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Associated Types

type Rep UpdateFeatureGroup :: Type -> Type #

Read UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Show UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

NFData UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Methods

rnf :: UpdateFeatureGroup -> () #

Eq UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Hashable UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

type AWSResponse UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

type Rep UpdateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

type Rep UpdateFeatureGroup = D1 ('MetaData "UpdateFeatureGroup" "Amazonka.SageMaker.UpdateFeatureGroup" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateFeatureGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureAdditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FeatureDefinition))) :*: S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateFeatureGroup Source #

Create a value of UpdateFeatureGroup 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:featureAdditions:UpdateFeatureGroup', updateFeatureGroup_featureAdditions - Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.

UpdateFeatureGroup, updateFeatureGroup_featureGroupName - The name of the feature group that you're updating.

Request Lenses

updateFeatureGroup_featureAdditions :: Lens' UpdateFeatureGroup (Maybe (NonEmpty FeatureDefinition)) Source #

Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.

updateFeatureGroup_featureGroupName :: Lens' UpdateFeatureGroup Text Source #

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

Destructuring the Response

data UpdateFeatureGroupResponse Source #

See: newUpdateFeatureGroupResponse smart constructor.

Constructors

UpdateFeatureGroupResponse' 

Fields

Instances

Instances details
Generic UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Associated Types

type Rep UpdateFeatureGroupResponse :: Type -> Type #

Read UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Show UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

NFData UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

Eq UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

type Rep UpdateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateFeatureGroup

type Rep UpdateFeatureGroupResponse = D1 ('MetaData "UpdateFeatureGroupResponse" "Amazonka.SageMaker.UpdateFeatureGroup" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateFeatureGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateFeatureGroupResponse Source #

Create a value of UpdateFeatureGroupResponse 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:httpStatus:UpdateFeatureGroupResponse', updateFeatureGroupResponse_httpStatus - The response's http status code.

UpdateFeatureGroupResponse, updateFeatureGroupResponse_featureGroupArn - The Amazon Resource Number (ARN) of the feature group that you're updating.

Response Lenses

updateFeatureGroupResponse_featureGroupArn :: Lens' UpdateFeatureGroupResponse Text Source #

The Amazon Resource Number (ARN) of the feature group that you're updating.