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.Types.FeatureMetadata

Description

 
Synopsis

Documentation

data FeatureMetadata Source #

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

See: newFeatureMetadata smart constructor.

Constructors

FeatureMetadata' 

Fields

Instances

Instances details
FromJSON FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

Generic FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

Associated Types

type Rep FeatureMetadata :: Type -> Type #

Read FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

Show FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

NFData FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

Methods

rnf :: FeatureMetadata -> () #

Eq FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

Hashable FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

type Rep FeatureMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureMetadata

type Rep FeatureMetadata = D1 ('MetaData "FeatureMetadata" "Amazonka.SageMaker.Types.FeatureMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "FeatureMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureType))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FeatureParameter]))))))

newFeatureMetadata :: FeatureMetadata Source #

Create a value of FeatureMetadata 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:creationTime:FeatureMetadata', featureMetadata_creationTime - A timestamp indicating when the feature was created.

$sel:description:FeatureMetadata', featureMetadata_description - An optional description that you specify to better describe the feature.

$sel:featureGroupArn:FeatureMetadata', featureMetadata_featureGroupArn - The Amazon Resource Number (ARN) of the feature group.

$sel:featureGroupName:FeatureMetadata', featureMetadata_featureGroupName - The name of the feature group containing the feature.

$sel:featureName:FeatureMetadata', featureMetadata_featureName - The name of feature.

$sel:featureType:FeatureMetadata', featureMetadata_featureType - The data type of the feature.

$sel:lastModifiedTime:FeatureMetadata', featureMetadata_lastModifiedTime - A timestamp indicating when the feature was last modified.

$sel:parameters:FeatureMetadata', featureMetadata_parameters - Optional key-value pairs that you specify to better describe the feature.

featureMetadata_creationTime :: Lens' FeatureMetadata (Maybe UTCTime) Source #

A timestamp indicating when the feature was created.

featureMetadata_description :: Lens' FeatureMetadata (Maybe Text) Source #

An optional description that you specify to better describe the feature.

featureMetadata_featureGroupArn :: Lens' FeatureMetadata (Maybe Text) Source #

The Amazon Resource Number (ARN) of the feature group.

featureMetadata_featureGroupName :: Lens' FeatureMetadata (Maybe Text) Source #

The name of the feature group containing the feature.

featureMetadata_lastModifiedTime :: Lens' FeatureMetadata (Maybe UTCTime) Source #

A timestamp indicating when the feature was last modified.

featureMetadata_parameters :: Lens' FeatureMetadata (Maybe [FeatureParameter]) Source #

Optional key-value pairs that you specify to better describe the feature.