For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

dbnl.experimental.create_test_recalibration_session

dbnl.experimental.wait_for_test_recalibration_session