langsmith.client.Client.get_test_results#
- Client.get_test_results(*, project_id: ID_TYPE | None = None, project_name: str | None = None) pd.DataFrame[source]#
Read the record-level information from an experiment into a Pandas DF.
Note: this will fetch whatever data exists in the DB. Results are not immediately available in the DB upon evaluation run completion.
Returns:#
- pd.DataFrame
A dataframe containing the test results.
- Parameters:
project_id (Optional[ID_TYPE]) –
project_name (Optional[str]) –
- Return type:
pd.DataFrame