| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
- data DescribeFeatureGroup = DescribeFeatureGroup' {}
- newDescribeFeatureGroup :: Text -> DescribeFeatureGroup
- describeFeatureGroup_nextToken :: Lens' DescribeFeatureGroup (Maybe Text)
- describeFeatureGroup_featureGroupName :: Lens' DescribeFeatureGroup Text
- data DescribeFeatureGroupResponse = DescribeFeatureGroupResponse' {
- offlineStoreConfig :: Maybe OfflineStoreConfig
- failureReason :: Maybe Text
- featureGroupStatus :: Maybe FeatureGroupStatus
- offlineStoreStatus :: Maybe OfflineStoreStatus
- onlineStoreConfig :: Maybe OnlineStoreConfig
- description :: Maybe Text
- roleArn :: Maybe Text
- httpStatus :: Int
- featureGroupArn :: Text
- featureGroupName :: Text
- recordIdentifierFeatureName :: Text
- eventTimeFeatureName :: Text
- featureDefinitions :: NonEmpty FeatureDefinition
- creationTime :: POSIX
- nextToken :: Text
- newDescribeFeatureGroupResponse :: Int -> Text -> Text -> Text -> Text -> NonEmpty FeatureDefinition -> UTCTime -> Text -> DescribeFeatureGroupResponse
- describeFeatureGroupResponse_offlineStoreConfig :: Lens' DescribeFeatureGroupResponse (Maybe OfflineStoreConfig)
- describeFeatureGroupResponse_failureReason :: Lens' DescribeFeatureGroupResponse (Maybe Text)
- describeFeatureGroupResponse_featureGroupStatus :: Lens' DescribeFeatureGroupResponse (Maybe FeatureGroupStatus)
- describeFeatureGroupResponse_offlineStoreStatus :: Lens' DescribeFeatureGroupResponse (Maybe OfflineStoreStatus)
- describeFeatureGroupResponse_onlineStoreConfig :: Lens' DescribeFeatureGroupResponse (Maybe OnlineStoreConfig)
- describeFeatureGroupResponse_description :: Lens' DescribeFeatureGroupResponse (Maybe Text)
- describeFeatureGroupResponse_roleArn :: Lens' DescribeFeatureGroupResponse (Maybe Text)
- describeFeatureGroupResponse_httpStatus :: Lens' DescribeFeatureGroupResponse Int
- describeFeatureGroupResponse_featureGroupArn :: Lens' DescribeFeatureGroupResponse Text
- describeFeatureGroupResponse_featureGroupName :: Lens' DescribeFeatureGroupResponse Text
- describeFeatureGroupResponse_recordIdentifierFeatureName :: Lens' DescribeFeatureGroupResponse Text
- describeFeatureGroupResponse_eventTimeFeatureName :: Lens' DescribeFeatureGroupResponse Text
- describeFeatureGroupResponse_featureDefinitions :: Lens' DescribeFeatureGroupResponse (NonEmpty FeatureDefinition)
- describeFeatureGroupResponse_creationTime :: Lens' DescribeFeatureGroupResponse UTCTime
- describeFeatureGroupResponse_nextToken :: Lens' DescribeFeatureGroupResponse Text
Creating a Request
data DescribeFeatureGroup Source #
See: newDescribeFeatureGroup smart constructor.
Constructors
| DescribeFeatureGroup' | |
Fields
| |
Instances
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:
$sel:nextToken:DescribeFeatureGroup', describeFeatureGroup_nextToken - A token to resume pagination of the list of Features
(FeatureDefinitions). 2,500 Features are returned by default.
$sel:featureGroupName: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
newDescribeFeatureGroupResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> Text |
|
| -> Text | |
| -> NonEmpty FeatureDefinition | |
| -> UTCTime | |
| -> Text | |
| -> DescribeFeatureGroupResponse |
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:
$sel:offlineStoreConfig:DescribeFeatureGroupResponse', describeFeatureGroupResponse_offlineStoreConfig - The configuration of the OfflineStore, inducing the S3 location of the
OfflineStore, Amazon Web Services Glue or Amazon Web Services Hive
data catalogue configurations, and the security configuration.
$sel:failureReason:DescribeFeatureGroupResponse', describeFeatureGroupResponse_failureReason - The reason that the FeatureGroup failed to be replicated in the
OfflineStore. This is failure can occur because:
- The
FeatureGroupcould not be created in theOfflineStore. - The
FeatureGroupcould not be deleted from theOfflineStore.
$sel:featureGroupStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureGroupStatus - The status of the feature group.
$sel:offlineStoreStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_offlineStoreStatus - The status of the OfflineStore. Notifies you if replicating data into
the OfflineStore has failed. Returns either: Active or Blocked
$sel:onlineStoreConfig:DescribeFeatureGroupResponse', describeFeatureGroupResponse_onlineStoreConfig - The configuration for the OnlineStore.
$sel:description:DescribeFeatureGroupResponse', describeFeatureGroupResponse_description - A free form description of the feature group.
$sel:roleArn: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.
$sel:featureGroupArn:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup.
$sel:featureGroupName:DescribeFeatureGroup', describeFeatureGroupResponse_featureGroupName - he name of the FeatureGroup.
$sel:recordIdentifierFeatureName:DescribeFeatureGroupResponse', describeFeatureGroupResponse_recordIdentifierFeatureName - The name of the Feature used for RecordIdentifier, whose value
uniquely identifies a record stored in the feature store.
$sel:eventTimeFeatureName: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.
$sel:featureDefinitions:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureDefinitions - A list of the Features in the FeatureGroup. Each feature is defined
by a FeatureName and FeatureType.
$sel:creationTime:DescribeFeatureGroupResponse', describeFeatureGroupResponse_creationTime - A timestamp indicating when SageMaker created the FeatureGroup.
$sel:nextToken:DescribeFeatureGroup', describeFeatureGroupResponse_nextToken - A token to resume pagination of the list of Features
(FeatureDefinitions).
Response Lenses
describeFeatureGroupResponse_offlineStoreConfig :: Lens' DescribeFeatureGroupResponse (Maybe OfflineStoreConfig) Source #
The configuration of the OfflineStore, inducing the S3 location of the
OfflineStore, Amazon Web Services Glue or Amazon Web Services Hive
data catalogue configurations, and the security configuration.
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
FeatureGroupcould not be created in theOfflineStore. - The
FeatureGroupcould not be deleted from theOfflineStore.
describeFeatureGroupResponse_featureGroupStatus :: Lens' DescribeFeatureGroupResponse (Maybe FeatureGroupStatus) Source #
The status of the feature group.
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_onlineStoreConfig :: Lens' DescribeFeatureGroupResponse (Maybe OnlineStoreConfig) Source #
The configuration for the OnlineStore.
describeFeatureGroupResponse_description :: Lens' DescribeFeatureGroupResponse (Maybe Text) Source #
A free form description of the feature group.
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_httpStatus :: Lens' DescribeFeatureGroupResponse Int Source #
The response's http status code.
describeFeatureGroupResponse_featureGroupArn :: Lens' DescribeFeatureGroupResponse Text Source #
The Amazon Resource Name (ARN) of the FeatureGroup.
describeFeatureGroupResponse_featureGroupName :: Lens' DescribeFeatureGroupResponse Text Source #
he name 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).