NAME
Paws::SageMaker::DescribeFeatureGroupResponse
ATTRIBUTES
REQUIRED CreationTime => Str
A timestamp indicating when SageMaker created the FeatureGroup
.
Description => Str
A free form description of the feature group.
REQUIRED EventTimeFeatureName => Str
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
.
FailureReason => Str
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 theOfflineStore
.The
FeatureGroup
could not be deleted from theOfflineStore
.
REQUIRED FeatureDefinitions => ArrayRef[Paws::SageMaker::FeatureDefinition]
A list of the Features
in the FeatureGroup
. Each feature is defined by a FeatureName
and FeatureType
.
REQUIRED FeatureGroupArn => Str
The Amazon Resource Name (ARN) of the FeatureGroup
.
REQUIRED FeatureGroupName => Str
he name of the FeatureGroup
.
FeatureGroupStatus => Str
The status of the feature group.
Valid values are: "Creating"
, "Created"
, "CreateFailed"
, "Deleting"
, "DeleteFailed"
=head2 REQUIRED NextToken => Str
A token to resume pagination of the list of Features
(FeatureDefinitions
).
OfflineStoreConfig => Paws::SageMaker::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.
OfflineStoreStatus => Paws::SageMaker::OfflineStoreStatus
The status of the OfflineStore
. Notifies you if replicating data into the OfflineStore
has failed. Returns either: Active
or Blocked
OnlineStoreConfig => Paws::SageMaker::OnlineStoreConfig
The configuration for the OnlineStore
.
REQUIRED RecordIdentifierFeatureName => Str
The name of the Feature
used for RecordIdentifier
, whose value uniquely identifies a record stored in the feature store.
RoleArn => Str
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore
if an OfflineStoreConfig
is provided.