Created
August 17, 2022 09:36
-
-
Save abdullin/ca7a88c571f9a2ca8b5f8dd70fb9a738 to your computer and use it in GitHub Desktop.
A list of Kubeflow errors discovered while trying to build a simple pipeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(tracking them here just ouf of amusement) | |
Incompatible argument passed to the input "in_model_path" of component "step-train": Argument type "String" is incompatible with the input type "GCSPath" | |
Passing value "data" with type "String" (as "Parameter") to component input "in_model_path" with type "GCSPath" (as "Artifact") is incompatible. Please fix the type of the component input. | |
ValueError: Unexpected type | |
TypeError: The pipeline argument "model_path" is viewed as an artifact due to its type "Path". And we currently do not support passing artifacts as pipeline inputs. Consider type annotating the argument with a primitive type, such as "str", "int", "float", "bool", "dict", and "list". | |
TypeError: to_dict() missing 1 required positional argument: 'self' | |
Input "in_model_path" with type "String" cannot be paired with InputPathPlaceholder. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment