Values.UpdateActiveModelVersionRequestSourceSets the active model version for a given machine learning model.
type nonrec t = {modelName : ModelName.t;The name of the machine learning model for which the active model version is being set.
*)modelVersion : ModelVersion.t;The version of the machine learning model for which the active model version is being set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of ModelVersion.t | `String of ModelName.t ]) list ]