How to get result of the executed patch command from handleModelUpdate() method in ModelserverAwareWidgetProvider #1206
-
The argument package |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @quratulain-ali! If you use the HTH, best wishes, |
Beta Was this translation helpful? Give feedback.
Hi @quratulain-ali!
Thanks for your reaching out!
If you use the
ModelServerAware*
version, there is currently no other option, than the provided incremental update patch.However, you could query the current model within the
handleModelUpdate
method via themodelServerClient
member.This would ensure that you get the latest updated version of the model, but would of course mean another server roundtrip.
HTH, best wishes,
Nina