Values.CreateComputationModelRequestSourceCreate a computation model with a configuration and data binding.
type nonrec t = {computationModelName : RestrictedName.t;The name of the computation model.
*)computationModelDescription : RestrictedDescription.t option;The description of the computation model.
*)computationModelConfiguration : ComputationModelConfiguration.t;The configuration for the computation model.
*)computationModelDataBinding : ComputationModelDataBinding.t;The data binding for the computation model. Key is a variable name defined in configuration. Value is a ComputationModelDataBindingValue referenced by the variable.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val make :
?computationModelDescription:??? ->
?clientToken:??? ->
?tags:??? ->
computationModelName:RestrictedName.t ->
computationModelConfiguration:ComputationModelConfiguration.t ->
computationModelDataBinding:ComputationModelDataBinding.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ComputationModelDataBindingVariable.t ]
* Awso.Botodata.value)
list
| `String of RestrictedName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of InputProperties.t ]) list ])
list ])
list ]