Skip to content

Commit e1a79ac

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: internal change
PiperOrigin-RevId: 707312378
1 parent f019e18 commit e1a79ac

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)