mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-10 11:39:47 +00:00
full accuracy
This commit is contained in:
parent
fcb8dea1ef
commit
c8f6849291
2 changed files with 3 additions and 15 deletions
|
|
@ -49,13 +49,6 @@ class EvaluationJobStatusResponse(BaseModel):
|
|||
job_uuid: str
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class EvaluationJobArtifactsResponse(BaseModel):
|
||||
"""Artifacts of a evaluation job."""
|
||||
|
||||
job_uuid: str
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class EvaluationJobCreateResponse(BaseModel):
|
||||
"""Response to create a evaluation job."""
|
||||
|
|
@ -267,8 +260,3 @@ class Evals(Protocol):
|
|||
|
||||
# @webmethod(route="/evals/job/cancel")
|
||||
# def cancel_evaluation_job(self, job_uuid: str) -> None: ...
|
||||
|
||||
# @webmethod(route="/evals/job/artifacts")
|
||||
# def get_evaluation_job_artifacts(
|
||||
# self, job_uuid: str
|
||||
# ) -> EvaluationJobArtifactsResponse: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue