Add Dataset Page to printout (#12816)

pull/12807/head
William FH 11 months ago committed by GitHub
parent f573a4d0b3
commit 98aff29fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -888,7 +888,8 @@ def _prepare_eval_run(
)
print(
f"View the evaluation results for project '{project_name}'"
f" at:\n{project.url}?eval=true",
f" at:\n{project.url}?eval=true\n\n"
f"View all tests for Dataset {dataset_name} at:\n{dataset.url}",
flush=True,
)
examples = list(client.list_examples(dataset_id=dataset.id))

Loading…
Cancel
Save