DeepchecksLLMClient.update_deployment#

DeepchecksLLMClient.update_deployment(app_name: str, deployment_name: str, new_deployment_name: str | None = None, deployment_url: str | None = None, timeout: int | None = None, max_concurrent: int | None = None, max_retries: int | None = None, headers: List[Dict[str, Any]] | None = None) Deployment#

Update a deployment.

Parameters:
app_namestr

Application name

deployment_namestr

Current deployment name

new_deployment_namestr, optional

New name for the deployment

deployment_urlstr, optional

New URL for the deployment

timeoutint, optional

New timeout in seconds (5-300)

max_concurrentint, optional

New max concurrent requests (1-20)

max_retriesint, optional

New max retries (0-5)

headersList[dict], optional

New headers list

Returns:
Deployment

The updated deployment