-
Notifications
You must be signed in to change notification settings - Fork 818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated pipelines SDK guide #795
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I'd like to contribute on this article next, @sarahmaddox if you could assign when you have a chance. Thanks! |
Thanks @OfficePop /assign @OfficePop |
PR 971 created for this issue. |
Congrats and thanks @OfficePop! /close |
@sarahmaddox: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The guide to creating a pipeline component instructs people to create a class that inherits from
dsl.ContainerOp
-class TrainerOp(dsl.ContainerOp)
https://www.kubeflow.org/docs/pipelines/sdk/build-component/#create-a-python-class-for-your-component
But the related sample has since been updated to use a function that returns a ContainerOp:
https://github.com/kubeflow/pipelines/blob/master/samples/xgboost-spark/xgboost-training-cm.py#L124
We should update the doc to match the sample.
The text was updated successfully, but these errors were encountered: