DeepchecksLLMClient.update_custom_property#

DeepchecksLLMClient.update_custom_property(app_name: str, old_property_name: str, new_property_name: str | None = None, description: str | None = None) None#

Update a custom property for the current application.

Parameters:
app_namestr

Application name

old_property_namestr

Name of the custom property to update

new_property_namestr, optional

New name for the custom property

descriptionstr, optional

Description of the custom property (if none provided, the description will not be updated)

Returns:
None