Skip to content

Commit

Permalink
feat: Enable deployment of models that do not support deployment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519878398
  • Loading branch information
Ark-kun authored and Copybara-Service committed Mar 28, 2023
1 parent e0ee183 commit 25f3f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ def _deploy_call(
)
)
else:
raise ValueError(
_LOGGER.warning(
"Model does not support deployment. "
"See https://cloud.google.com/vertex-ai/docs/reference/rpc/google.cloud.aiplatform.v1#google.cloud.aiplatform.v1.Model.FIELDS.repeated.google.cloud.aiplatform.v1.Model.DeploymentResourcesType.google.cloud.aiplatform.v1.Model.supported_deployment_resources_types"
)
Expand Down

0 comments on commit 25f3f21

Please sign in to comment.