-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added component definition files for our components #539
Added component definition files for our components #539
Conversation
/cc @paveldournov |
eb53ce6
to
791fd5c
Compare
791fd5c
to
896cd4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were these files generated or manually authored? Shouldn't the canonical version of component YAML be ultimately generated by the DSL?
echoed @neuromage. BTW, let's merge this once we decide upon the component spec format |
2366621
to
e8ecdee
Compare
Added the Kubeflow training sample pipeline that uses components
…e function parameters
17c73b7
to
c3009e2
Compare
/test kubeflow-pipeline-e2e-test |
2 similar comments
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-e2e-test |
6c9de1d
to
3f76567
Compare
This will confuse our users and make type checking worse, but Hongye and Ajay requested that. `s/type: (\{GCSPath:.*?}})(.*)/type: GCPPath$2 # type: $1/g`
Now the samples are invalid until they're merged to master, but Hongye asked for that.
3f76567
to
a3fba17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks for the changes.
Thank you!!! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Added definitions for the following components:
dataflow/predict
dataflow/tfdv
dataflow/tft
dataflow/tma
kubeflow/deployer
kubeflow/dnntrainer
kubeflow/katib-launcher
local/confusion_matrix
local/roc
Also, the kubeflow-training-classification sample now loads the components from component files.
This change is