Values.ImportedModelSummarySourceInformation about the imported model.
type nonrec t = {modelArn : ImportedModelArn.t option;The Amazon Resource Name (ARN) of the imported model.
*)modelName : ImportedModelName.t option;Name of the imported model.
*)creationTime : Timestamp.t option;Creation time of the imported model.
*)instructSupported : InstructSupported.t option;Specifies if the imported model supports converse.
*)modelArchitecture : ModelArchitecture.t option;The architecture of the imported model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of InstructSupported.t
| `String of ImportedModelArn.t
| `Timestamp of Timestamp.t ])
list ]