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
detector_id ="detector_id_example"# str | Choose a detector by its ID.
208
+
inspection_id ="inspection_id_example"# str | Associate the image query with an inspection. (optional)
208
209
human_review ="human_review_example"# str | If set to `DEFAULT`, use the regular escalation logic (i.e., send the image query for human review if the ML model is not confident). If set to `ALWAYS`, always send the image query for human review even if the ML model is confident. If set to `NEVER`, never send the image query for human review even if the ML model is not confident. (optional)
209
210
patience_time =3.14# float | How long to wait for a confident response. (optional)
210
211
want_async ="want_async_example"# str | If \"true\" then submitting an image query returns immediately without a result. The result will be computed asynchronously and can be retrieved later. (optional)
@@ -221,7 +222,7 @@ with openapi_client.ApiClient(configuration) as api_client:
221
222
# example passing only required values which don't have defaults set
**detector_id** | **str**| Choose a detector by its ID. |
237
+
**inspection_id** | **str**| Associate the image query with an inspection. | [optional]
236
238
**human_review** | **str**| If set to `DEFAULT`, use the regular escalation logic (i.e., send the image query for human review if the ML model is not confident). If set to `ALWAYS`, always send the image query for human review even if the ML model is confident. If set to `NEVER`, never send the image query for human review even if the ML model is not confident. | [optional]
237
239
**patience_time** | **float**| How long to wait for a confident response. | [optional]
238
240
**want_async** | **str**| If \"true\" then submitting an image query returns immediately without a result. The result will be computed asynchronously and can be retrieved later. | [optional]
inspection_id (str): Associate the image query with an inspection.. [optional]
308
313
human_review (str): If set to `DEFAULT`, use the regular escalation logic (i.e., send the image query for human review if the ML model is not confident). If set to `ALWAYS`, always send the image query for human review even if the ML model is confident. If set to `NEVER`, never send the image query for human review even if the ML model is not confident. . [optional]
309
314
patience_time (float): How long to wait for a confident response.. [optional]
310
315
want_async (str): If \"true\" then submitting an image query returns immediately without a result. The result will be computed asynchronously and can be retrieved later.. [optional]
0 commit comments