Values.DescribeModelVersionRequestSourceRetrieves information about a specific machine learning model version.
type nonrec t = {modelName : ModelName.t;The name of the machine learning model that this version belongs to.
*)modelVersion : ModelVersion.t;The version of the machine learning model.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of ModelVersion.t | `String of ModelName.t ]) list ]