Values.ComputationModelSummarySourceContains a summary of a computation model.
type nonrec t = {id : ID.t option;The ID of the computation model.
*)arn : ARN.t option;The ARN of the computation model, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}
*)name : RestrictedName.t option;The name of the computation model.
*)description : RestrictedDescription.t option;The description of the computation model.
*)type_ : ComputationModelType.t option;The type of the computation model.
*)creationDate : Timestamp.t option;The model creation date, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The time the model was last updated, in Unix epoch time.
*)status : ComputationModelStatus.t option;The current status of the computation model.
*)version : Version.t option;The version of the computation model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]