We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aaef2 commit f38230aCopy full SHA for f38230a
ads/aqua/modeldeployment/deployment.py
@@ -199,7 +199,7 @@ def create(
199
if create_deployment_details.instance_shape.lower() not in available_shapes:
200
raise AquaValueError(
201
f"Invalid Instance Shape. The selected shape '{create_deployment_details.instance_shape}' "
202
- 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."
203
)
204
205
# Get container config
0 commit comments