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

Description

 
Synopsis

Documentation

data FeatureGroupSummary Source #

The name, Arn, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

See: newFeatureGroupSummary smart constructor.

Constructors

FeatureGroupSummary' 

Fields

Instances

Instances details
Eq FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Read FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Show FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Generic FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Associated Types

type Rep FeatureGroupSummary :: Type -> Type #

NFData FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Methods

rnf :: FeatureGroupSummary -> () #

Hashable FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

FromJSON FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary = D1 ('MetaData "FeatureGroupSummary" "Amazonka.SageMaker.Types.FeatureGroupSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus))) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFeatureGroupSummary Source #

Create a value of FeatureGroupSummary 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:featureGroupStatus:FeatureGroupSummary', featureGroupSummary_featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

$sel:offlineStoreStatus:FeatureGroupSummary', featureGroupSummary_offlineStoreStatus - Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

$sel:featureGroupName:FeatureGroupSummary', featureGroupSummary_featureGroupName - The name of FeatureGroup.

$sel:featureGroupArn:FeatureGroupSummary', featureGroupSummary_featureGroupArn - Unique identifier for the FeatureGroup.

$sel:creationTime:FeatureGroupSummary', featureGroupSummary_creationTime - A timestamp indicating the time of creation time of the FeatureGroup.

featureGroupSummary_featureGroupStatus :: Lens' FeatureGroupSummary (Maybe FeatureGroupStatus) Source #

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

featureGroupSummary_offlineStoreStatus :: Lens' FeatureGroupSummary (Maybe OfflineStoreStatus) Source #

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

featureGroupSummary_featureGroupArn :: Lens' FeatureGroupSummary Text Source #

Unique identifier for the FeatureGroup.

featureGroupSummary_creationTime :: Lens' FeatureGroupSummary UTCTime Source #

A timestamp indicating the time of creation time of the FeatureGroup.