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
we can set a flag attribute: is_query (or use another name).
If is_query is set to True, then on the front end, all models with is_query can be automatically returned, eliminating the need to add a default QueryTemplate.
Additionally, the parameter box can be rendered dynamically based on the predict parameters.
For the Model
we can set a flag attribute:
is_query
(or use another name).If
is_query
is set to True, then on the front end, all models with is_query can be automatically returned, eliminating the need to add a default QueryTemplate.Additionally, the parameter box can be rendered dynamically based on the predict parameters.
For the Query Select
This is built-in
This is the user’s usage.
We can generate such a JSON, and the frontend can generate the corresponding page based on this JSON.
The text was updated successfully, but these errors were encountered: