Values_1.DescribeFeatureMetadataRequestSourceShows the metadata for a feature within a feature group.
type nonrec t = {featureGroupName : FeatureGroupNameOrArn.t;The name or Amazon Resource Name (ARN) of the feature group containing the feature.
*)featureName : Values_0.FeatureName.t;The name of the feature.
*)}val make :
featureGroupName:FeatureGroupNameOrArn.t ->
featureName:Values_0.FeatureName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of FeatureGroupNameOrArn.t ]) list ]