DeepchecksLLMClient.update_application_version#

DeepchecksLLMClient.update_application_version(app_version_id: int, name: str | None = None, description: str | None = None, additional_fields: dict | None = None)#

Create a new application.

Parameters:
app_version_id

Application version id to udate

name

New version name

description

New description of the version

additional_fields

Additional fields to add to the version

Returns
——-

The response from the API