DeepchecksLLMClient.create_custom_property#
- DeepchecksLLMClient.create_custom_property(app_name: str, name: str, prop_type: PropertyColumnType, description: str | None = None) None #
Define a custom property for the current application.
- Parameters:
- app_namestr
Application name
- namestr
Name of the custom property
- prop_typePropertyColumnType
Type of the custom property
- descriptionstr, optional
Description of the custom property
- Returns:
- None