Values.UpdateModelRequestSourceUpdates a model in the account.
type nonrec t = {modelName : ModelName.t;The name of the model to update.
*)labelsInputConfiguration : LabelsInputConfiguration.t option;roleArn : IamRoleArn.t option;The ARN of the model to update.
*)modelDiagnosticsOutputConfiguration : ModelDiagnosticsOutputConfiguration.t
option;The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the RoleArn request parameter.
*)}val make :
?labelsInputConfiguration:??? ->
?roleArn:??? ->
?modelDiagnosticsOutputConfiguration:??? ->
modelName:ModelName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ModelName.t
| `Structure of
(string
* [> `String of LabelGroupName.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ]