You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state:backends.*.create_workspace(model, config) takes a config dictionary with configuration. This is fine for "non-user" calls of this function, such as from server. There might be situation when it is desired to create workspace programmatically and it is more convenient to be able to set arguments as of any other function.
Solution:: The signature should be backends.*.create_workspace(model, **config)
The text was updated successfully, but these errors were encountered:
Current state:
backends.*.create_workspace(model, config)
takes aconfig
dictionary with configuration. This is fine for "non-user" calls of this function, such as from server. There might be situation when it is desired to create workspace programmatically and it is more convenient to be able to set arguments as of any other function.Solution:: The signature should be
backends.*.create_workspace(model, **config)
The text was updated successfully, but these errors were encountered: