Skip to content

Commit df9c883

Browse files
committed
address comments
1 parent a88a618 commit df9c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/utils/pipeline_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def build(self) -> Dict[str, Any]:
138138

139139
def _get_vertex_value(
140140
self, name: str, value: Union[int, float, str, bool, list, dict]
141-
) -> Union[Dict[str, Any], int, float, str, bool, list, dict]:
141+
) -> Union[int, float, str, bool, list, dict]:
142142
"""Converts primitive values into Vertex pipeline Value proto message.
143143
144144
Args:

0 commit comments

Comments
 (0)