Values_1.DescribeFeatureMetadataResponseSourceShows the metadata for a feature within a feature group.
type nonrec t = {featureGroupArn : Values_0.FeatureGroupArn.t option;The Amazon Resource Number (ARN) of the feature group that contains the feature.
*)featureGroupName : Values_0.FeatureGroupName.t option;The name of the feature group that you've specified.
*)featureName : Values_0.FeatureName.t option;The name of the feature that you've specified.
*)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 metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
*)description : FeatureDescription.t option;The description you added to describe the feature.
*)parameters : FeatureParameters.t option;The key-value pairs that you added to describe the feature.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of FeatureParameterKey.t ]) list ]
list
| `String of Values_0.FeatureGroupArn.t
| `Timestamp of Values_0.CreationTime.t ])
list ]