From 181890af6008a540a3d9fd9b8cc9fc4a3e424829 Mon Sep 17 00:00:00 2001 From: Dmitrii Cherkasov Date: Fri, 8 Aug 2025 11:13:42 -0700 Subject: [PATCH] Update deployment.py --- ads/aqua/modeldeployment/deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ads/aqua/modeldeployment/deployment.py b/ads/aqua/modeldeployment/deployment.py index 3e93f38ee..497244970 100644 --- a/ads/aqua/modeldeployment/deployment.py +++ b/ads/aqua/modeldeployment/deployment.py @@ -199,7 +199,7 @@ def create( if create_deployment_details.instance_shape.lower() not in available_shapes: raise AquaValueError( f"Invalid Instance Shape. The selected shape '{create_deployment_details.instance_shape}' " - f"is not available in the {self.region} region. Please choose another shape to deploy the model." + f"is not supported in the {self.region} region. Please choose another shape to deploy the model." ) # Get container config