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
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
detector_id ="detector_id_example"# str | Choose a detector by its ID.
285
+
confidence_threshold =0# float | The confidence threshold for the image query. (optional)
285
286
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)
286
287
image_query_id ="image_query_id_example"# str | The ID to assign to the created image query. (optional)
287
288
inspection_id ="inspection_id_example"# str | Associate the image query with an inspection. (optional)
@@ -300,7 +301,7 @@ with groundlight_openapi_client.ApiClient(configuration) as api_client:
300
301
# example passing only required values which don't have defaults set
**detector_id** | **str**| Choose a detector by its ID. |
316
+
**confidence_threshold** | **float**| The confidence threshold for the image query. | [optional]
315
317
**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]
316
318
**image_query_id** | **str**| The ID to assign to the created image query. | [optional]
317
319
**inspection_id** | **str**| Associate the image query with an inspection. | [optional]
confidence_threshold (float): The confidence threshold for the image query.. [optional]
424
436
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]
425
437
image_query_id (str): The ID to assign to the created image query.. [optional]
426
438
inspection_id (str): Associate the image query with an inspection.. [optional]
0 commit comments