TestRecalibrationSession
class TestRecalibrationSession(DBNLObject):
id: str
project_id: str
test_session_id: str
feedback: str
status: Literal["PENDING", "RUNNING", "COMPLETED", "FAILED"]
test_ids: Optional[list[str]] = None
failure: Optional[str] = None
Supported Functions
Was this helpful?