Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f498478

Browse files
vertex-sdk-botcopybara-github
authored andcommittedJan 14, 2025·
chore: internal change
PiperOrigin-RevId: 707312378
1 parent f019e18 commit f498478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎google/cloud/aiplatform/utils/enhanced_library/_decorators.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _from_map(map_):
6666
return _from_map
6767

6868

69-
marshal = Marshal(name="google.cloud.aiplatform.v1beta1")
69+
marshal = Marshal(name="google.cloud.aiplatform.v1beta1.gapic_generated")
7070
marshal.register(Value, ConversionValueRule(marshal=marshal))
71-
marshal = Marshal(name="google.cloud.aiplatform.v1")
71+
marshal = Marshal(name="google.cloud.aiplatform.v1.gapic_generated")
7272
marshal.register(Value, ConversionValueRule(marshal=marshal))

0 commit comments

Comments
 (0)
Please sign in to comment.