Skip to content

Commit

Permalink
fix: add v1 conversion value rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg committed Apr 6, 2021
1 parent 1b03775 commit 793602f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/aiplatform/helpers/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ def _from_map(map_):

marshal = Marshal(name="google.cloud.aiplatform.v1beta1")
marshal.register(Value, ConversionValueRule(marshal=marshal))
marshal = Marshal(name="google.cloud.aiplatform.v1")
marshal.register(Value, ConversionValueRule(marshal=marshal))

0 comments on commit 793602f

Please sign in to comment.