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

Description

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

Synopsis

Creating a Request

data DescribeFeatureGroup Source #

See: newDescribeFeatureGroup smart constructor.

Constructors

DescribeFeatureGroup' 

Fields

  • nextToken :: Maybe Text

    A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

  • featureGroupName :: Text

    The name of the FeatureGroup you want described.

Instances

Instances details
ToJSON DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToHeaders DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToPath DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToQuery DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

AWSRequest DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type AWSResponse DescribeFeatureGroup #

Generic DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type Rep DescribeFeatureGroup :: Type -> Type #

Read DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Show DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

NFData DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Methods

rnf :: DescribeFeatureGroup -> () #

Eq DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Hashable DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type AWSResponse DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

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

newDescribeFeatureGroup Source #

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

DescribeFeatureGroup, describeFeatureGroup_nextToken - A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

DescribeFeatureGroup, describeFeatureGroup_featureGroupName - The name of the FeatureGroup you want described.

Request Lenses

describeFeatureGroup_nextToken :: Lens' DescribeFeatureGroup (Maybe Text) Source #

A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

describeFeatureGroup_featureGroupName :: Lens' DescribeFeatureGroup Text Source #

The name of the FeatureGroup you want described.

Destructuring the Response

data DescribeFeatureGroupResponse Source #

See: newDescribeFeatureGroupResponse smart constructor.

Constructors

DescribeFeatureGroupResponse' 

Fields

Instances

Instances details
Generic DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type Rep DescribeFeatureGroupResponse :: Type -> Type #

Read DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Show DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

NFData DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Eq DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroupResponse = D1 ('MetaData "DescribeFeatureGroupResponse" "Amazonka.SageMaker.DescribeFeatureGroup" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeFeatureGroupResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "lastUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastUpdateStatus)) :*: S1 ('MetaSel ('Just "offlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreConfig))) :*: (S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus)) :*: (S1 ('MetaSel ('Just "onlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreConfig)) :*: S1 ('MetaSel ('Just "onlineStoreTotalSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))) :*: (((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "recordIdentifierFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventTimeFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "featureDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty FeatureDefinition)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newDescribeFeatureGroupResponse Source #

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

DescribeFeatureGroupResponse, describeFeatureGroupResponse_description - A free form description of the feature group.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_failureReason - The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.
  • The FeatureGroup could not be deleted from the OfflineStore.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_featureGroupStatus - The status of the feature group.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_lastModifiedTime - A timestamp indicating when the feature group was last updated.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_lastUpdateStatus - A value indicating whether the update made to the feature group was successful.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_offlineStoreConfig - The configuration of the offline store. It includes the following configurations:

  • Amazon S3 location of the offline store.
  • Configuration of the Glue data catalog.
  • Table format of the offline store.
  • Option to disable the automatic creation of a Glue table for the offline store.
  • Encryption configuration.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_offlineStoreStatus - The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

DescribeFeatureGroupResponse, describeFeatureGroupResponse_onlineStoreConfig - The configuration for the OnlineStore.

$sel:onlineStoreTotalSizeBytes:DescribeFeatureGroupResponse', describeFeatureGroupResponse_onlineStoreTotalSizeBytes - The size of the OnlineStore in bytes.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

$sel:httpStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_httpStatus - The response's http status code.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup.

DescribeFeatureGroup, describeFeatureGroupResponse_featureGroupName - he name of the FeatureGroup.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_recordIdentifierFeatureName - The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_featureDefinitions - A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

DescribeFeatureGroupResponse, describeFeatureGroupResponse_creationTime - A timestamp indicating when SageMaker created the FeatureGroup.

DescribeFeatureGroup, describeFeatureGroupResponse_nextToken - A token to resume pagination of the list of Features (FeatureDefinitions).

Response Lenses

describeFeatureGroupResponse_failureReason :: Lens' DescribeFeatureGroupResponse (Maybe Text) Source #

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.
  • The FeatureGroup could not be deleted from the OfflineStore.

describeFeatureGroupResponse_lastModifiedTime :: Lens' DescribeFeatureGroupResponse (Maybe UTCTime) Source #

A timestamp indicating when the feature group was last updated.

describeFeatureGroupResponse_lastUpdateStatus :: Lens' DescribeFeatureGroupResponse (Maybe LastUpdateStatus) Source #

A value indicating whether the update made to the feature group was successful.

describeFeatureGroupResponse_offlineStoreConfig :: Lens' DescribeFeatureGroupResponse (Maybe OfflineStoreConfig) Source #

The configuration of the offline store. It includes the following configurations:

  • Amazon S3 location of the offline store.
  • Configuration of the Glue data catalog.
  • Table format of the offline store.
  • Option to disable the automatic creation of a Glue table for the offline store.
  • Encryption configuration.

describeFeatureGroupResponse_offlineStoreStatus :: Lens' DescribeFeatureGroupResponse (Maybe OfflineStoreStatus) Source #

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

describeFeatureGroupResponse_roleArn :: Lens' DescribeFeatureGroupResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

describeFeatureGroupResponse_featureGroupArn :: Lens' DescribeFeatureGroupResponse Text Source #

The Amazon Resource Name (ARN) of the FeatureGroup.

describeFeatureGroupResponse_recordIdentifierFeatureName :: Lens' DescribeFeatureGroupResponse Text Source #

The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

describeFeatureGroupResponse_eventTimeFeatureName :: Lens' DescribeFeatureGroupResponse Text Source #

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

describeFeatureGroupResponse_featureDefinitions :: Lens' DescribeFeatureGroupResponse (NonEmpty FeatureDefinition) Source #

A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

describeFeatureGroupResponse_creationTime :: Lens' DescribeFeatureGroupResponse UTCTime Source #

A timestamp indicating when SageMaker created the FeatureGroup.

describeFeatureGroupResponse_nextToken :: Lens' DescribeFeatureGroupResponse Text Source #

A token to resume pagination of the list of Features (FeatureDefinitions).