forked from phoenix-oss/llama-stack-mirror
pre
This commit is contained in:
parent
cb492eba37
commit
62abe2899a
1 changed files with 1 additions and 3 deletions
|
@ -135,9 +135,7 @@ class Eval(Protocol):
|
||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
||||||
@webmethod(
|
@webmethod(route="/eval/benchmarks/{benchmark_id}/jobs/{job_id}/result", method="GET")
|
||||||
route="/eval/benchmarks/{benchmark_id}/jobs/{job_id}/result", method="GET"
|
|
||||||
)
|
|
||||||
async def job_result(self, benchmark_id: str, job_id: str) -> EvaluateResponse:
|
async def job_result(self, benchmark_id: str, job_id: str) -> EvaluateResponse:
|
||||||
"""Get the result of a job.
|
"""Get the result of a job.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue