amazonka-personalize-2.0: Amazon Personalize 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.Personalize.Types.FeatureTransformation

Description

 
Synopsis

Documentation

data FeatureTransformation Source #

Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.

See: newFeatureTransformation smart constructor.

Constructors

FeatureTransformation' 

Fields

Instances

Instances details
FromJSON FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Generic FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Associated Types

type Rep FeatureTransformation :: Type -> Type #

Read FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Show FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

NFData FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Methods

rnf :: FeatureTransformation -> () #

Eq FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

Hashable FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

type Rep FeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.Types.FeatureTransformation

type Rep FeatureTransformation = D1 ('MetaData "FeatureTransformation" "Amazonka.Personalize.Types.FeatureTransformation" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "FeatureTransformation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "defaultParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "featureTransformationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFeatureTransformation :: FeatureTransformation Source #

Create a value of FeatureTransformation 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:creationDateTime:FeatureTransformation', featureTransformation_creationDateTime - The creation date and time (in Unix time) of the feature transformation.

$sel:defaultParameters:FeatureTransformation', featureTransformation_defaultParameters - Provides the default parameters for feature transformation.

$sel:featureTransformationArn:FeatureTransformation', featureTransformation_featureTransformationArn - The Amazon Resource Name (ARN) of the FeatureTransformation object.

$sel:lastUpdatedDateTime:FeatureTransformation', featureTransformation_lastUpdatedDateTime - The last update date and time (in Unix time) of the feature transformation.

$sel:name:FeatureTransformation', featureTransformation_name - The name of the feature transformation.

$sel:status:FeatureTransformation', featureTransformation_status - The status of the feature transformation.

A feature transformation can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

featureTransformation_creationDateTime :: Lens' FeatureTransformation (Maybe UTCTime) Source #

The creation date and time (in Unix time) of the feature transformation.

featureTransformation_defaultParameters :: Lens' FeatureTransformation (Maybe (HashMap Text Text)) Source #

Provides the default parameters for feature transformation.

featureTransformation_featureTransformationArn :: Lens' FeatureTransformation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the FeatureTransformation object.

featureTransformation_lastUpdatedDateTime :: Lens' FeatureTransformation (Maybe UTCTime) Source #

The last update date and time (in Unix time) of the feature transformation.

featureTransformation_name :: Lens' FeatureTransformation (Maybe Text) Source #

The name of the feature transformation.

featureTransformation_status :: Lens' FeatureTransformation (Maybe Text) Source #

The status of the feature transformation.

A feature transformation can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED