DeepchecksLLMClient.get_application_config#
- DeepchecksLLMClient.get_application_config(app_name: str, file_save_path: str | None = None) str #
Write the auto-annotation YAML configuration file to the specified path.
- Parameters:
- app_namestr
Application name
- file_save_pathstr | None, optional
The path to save the configuration file to. If None, the file will not be saved.
- Returns:
- str
The auto-annotation YAML configuration file as a string.