Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ads/aqua/modeldeployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading