DescribeFeatureGroupResponse
Types
Properties
A timestamp indicating when SageMaker created the FeatureGroup
.
A free form description of the feature group.
The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
The reason that the FeatureGroup
failed to be replicated in the OfflineStore
. This is failure can occur because:
A list of the Features
in the FeatureGroup
. Each feature is defined by a FeatureName
and FeatureType
.
The Amazon Resource Name (ARN) of the FeatureGroup
.
he name of the FeatureGroup
.
The status of the feature group.
A timestamp indicating when the feature group was last updated.
A value indicating whether the update made to the feature group was successful.
The configuration of the offline store. It includes the following configurations:
The status of the OfflineStore
. Notifies you if replicating data into the OfflineStore
has failed. Returns either: Active
or Blocked
The configuration for the OnlineStore
.
The size of the OnlineStore
in bytes.
The name of the Feature
used for RecordIdentifier
, whose value uniquely identifies a record stored in the feature store.
Active throughput configuration of the feature group. There are two modes: ON_DEMAND
and PROVISIONED
. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.