DeepchecksLLMClient.create_user_value_property#
- DeepchecksLLMClient.create_user_value_property(app_name: str, name: str, prop_type: PropertyColumnType | str, description: str | None = None, interaction_type: str | None = None) None #
Define a user value property for the current application.
- Parameters:
- app_namestr
Application name
- namestr
Name of the custom property
- prop_typePropertyColumnType or str
Type of the custom property (categorical, numeric)
- descriptionstr, optional
Description of the custom property
- interaction_typestr, optional
Interaction type
- Returns
- ——-
- None