DeepchecksLLMClient.get_interaction_by_user_interaction_id#

DeepchecksLLMClient.get_interaction_by_user_interaction_id(app_name: str, version_name: str, user_interaction_id: str) Interaction#

Get a specific interaction by its user_interaction_id.

Parameters:
app_namestr

Application name

version_namestr

Name of application version

user_interaction_idstr

Unique id of the interaction to get

Returns:
Interaction

The interaction object, including the input, output, properties and other fields