DeepchecksLLMClient.get_deployment#
- DeepchecksLLMClient.get_deployment(app_name: str, deployment_name: str) Deployment | None#
Get a specific deployment by name.
- Parameters:
- app_namestr
Application name
- deployment_namestr
Deployment name
- Returns:
- Deployment or None
The deployment if found, None otherwise