Values_2.ModelSummarySourceProvides summary information about a model.
type nonrec t = {modelName : Values_0.ModelName.t option;The name of the model that you want a summary for.
*)modelArn : Values_1.ModelArn.t option;The Amazon Resource Name (ARN) of the model.
*)creationTime : Values_0.Timestamp.t option;A timestamp that indicates when the model was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ModelName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]