DeepchecksLLMClient.create_application#

DeepchecksLLMClient.create_application(app_name: str, app_type: ApplicationType, versions: List[ApplicationVersionSchema] | None = None, description: str | None = None)#

Create a new application.

Parameters:
app_name

Application name

app_type

The type of application to create

versions

List of versions to create for the application

description

Description of the application

Returns:
The response from the API