Values_2.FeatureMetadataSourceThe metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.
type nonrec t = {featureGroupArn : Values_0.FeatureGroupArn.t option;The Amazon Resource Number (ARN) of the feature group.
*)featureGroupName : Values_0.FeatureGroupName.t option;The name of the feature group containing the feature.
*)featureName : Values_0.FeatureName.t option;The name of feature.
*)featureType : Values_0.FeatureType.t option;The data type of the feature.
*)creationTime : Values_0.CreationTime.t option;A timestamp indicating when the feature was created.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;A timestamp indicating when the feature was last modified.
*)description : Values_1.FeatureDescription.t option;An optional description that you specify to better describe the feature.
*)parameters : Values_1.FeatureParameters.t option;Optional key-value pairs that you specify to better describe the feature.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.FeatureGroupArn.t
| `Timestamp of Values_0.CreationTime.t ])
list ]