Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-yaqi committed Nov 15, 2021
1 parent a88a618 commit df9c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/utils/pipeline_utils.py
Expand Up @@ -138,7 +138,7 @@ def build(self) -> Dict[str, Any]:

def _get_vertex_value(
self, name: str, value: Union[int, float, str, bool, list, dict]
) -> Union[Dict[str, Any], int, float, str, bool, list, dict]:
) -> Union[int, float, str, bool, list, dict]:
"""Converts primitive values into Vertex pipeline Value proto message.
Args:
Expand Down

0 comments on commit df9c883

Please sign in to comment.