> For the complete documentation index, see [llms.txt](https://docs.dbnl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnl.com/v0.21.x/using-distributional/python-sdk/sdk-objects/testrecalibrationsession.md).

# TestRecalibrationSession

```python
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`](/v0.21.x/using-distributional/python-sdk/sdk-experimental-functions/create_test_recalibration_session.md)

[`dbnl.experimental.wait_for_test_recalibration_session`](/v0.21.x/using-distributional/python-sdk/sdk-experimental-functions/wait_for_test_recalibration_session.md)
