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
To execute search we need to provide target object where the search of either attributes or objects starts from.
To execute the search on the whole model we need to provide its name as the target object, e.g.: Models/MyModel.
There could be multiple models in the database. Currently it not possible to list them from Python SDK level.
The text was updated successfully, but these errors were encountered:
To execute search we need to provide
target
object where the search of either attributes or objects starts from.To execute the search on the whole model we need to provide its name as the
target
object, e.g.:Models/MyModel
.There could be multiple models in the database. Currently it not possible to list them from Python SDK level.
The text was updated successfully, but these errors were encountered: