Values_2.FeatureGroupSummarySourceThe name, ARN, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.
type nonrec t = {featureGroupName : Values_0.FeatureGroupName.t option;The name of FeatureGroup.
*)featureGroupArn : Values_0.FeatureGroupArn.t option;Unique identifier for the FeatureGroup.
*)creationTime : Values_0.Timestamp.t option;A timestamp indicating the time of creation time of the FeatureGroup.
*)featureGroupStatus : Values_1.FeatureGroupStatus.t option;The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.
*)offlineStoreStatus : Values_1.OfflineStoreStatus.t option;Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.FeatureGroupName.t
| `Structure of
(string
* [> `Enum of string | `String of Values_0.BlockedReason.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]