We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a2cdb commit 3456904Copy full SHA for 3456904
src/webapp/routers/front_end_tables.py
@@ -416,7 +416,7 @@ def get_training_support_overview(
416
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail=str(ve))
417
418
419
-@router.get("/{inst_id}/training/model-cards/{model_name}")
+@router.get("/{inst_id}/training/model-cards/{model_run_id}")
420
def get_model_cards(
421
inst_id: str,
422
model_run_id: str,
0 commit comments