There was an error while loading. Please reload this page.
1 parent eb05ac4 commit 2661f52Copy full SHA for 2661f52
google/cloud/aiplatform/preview/vertex_ray/cluster_init.py
@@ -130,7 +130,7 @@ def create_ray_cluster(
130
)
131
if ray_version == "2.4":
132
warnings.warn(
133
- _gapic_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
+ _validation_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
134
135
local_ray_verion = _validation_utils.get_local_ray_version()
136
if ray_version != local_ray_verion:
0 commit comments