Skip to content

Commit

Permalink
docs: typo url
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbertrand committed Dec 11, 2024
1 parent d40315c commit f1492fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/pipeline_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _convert_artifact_type_to_str(annotation: type) -> type:
"""Convert a kfp.dsl.Artifact type to a string.
This is mandatory for type checking, as kfp.dsl.Artifact types should be passed as strings
to VertexAI. See `https://cloud.google.com/python/docs/reference/aiplatform/latest/google.cloud.aiplatform.PipelineJob`
to VertexAI. See <https://cloud.google.com/python/docs/reference/aiplatform/latest/google.cloud.aiplatform.PipelineJob>
for details.
"""
if isinstance(annotation, _AnnotatedAlias):
Expand Down

0 comments on commit f1492fd

Please sign in to comment.