We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d58b4 commit ddca88aCopy full SHA for ddca88a
src/webapp/routers/data.py
@@ -1409,7 +1409,7 @@ def add_custom_school_job(
1409
id=job_run_id,
1410
triggered_at=triggered_timestamp,
1411
created_by=str_to_uuid(current_user.user_id),
1412
- batch_name=f"{model_name}_{triggered_timestamp}",
+ batch_name=f"{model_name}_{triggered_timestamp}", # update later when we figure out how to add batches to custom jobs
1413
output_filename=f"{job_run_id}/inference_output.csv",
1414
model_id=query_result[0][0].id,
1415
output_valid=False,
0 commit comments