Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Volkov 561622c9f8
chore(components): Added canonical location for some components (#6060)
* Components - Added canonical location for some components

* Fixed the component.py files
2021-07-15 21:28:12 -07:00
Alexey Volkov d15d0fe9fa
chore(components): Added missing annotations to my components (#5992) 2021-07-08 15:30:23 -07:00
Joe Liedtke ade34542e0
chore: Updates argoproj/argo URLs to argoproj/argo-workflows (#5969)
* Updt argoproj/argo URLs to argoproj/argo-workflows

* Update link to workflows.ts

* Update license.txt to reduce # of changed lines

* Revert changes to backend Dockerfile & license.txt

* Update license.txt, keep line endings
2021-07-06 21:52:20 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Alexey Volkov 41ce68ea45
fix(components): GCP - AutoML - Fixed input type in Batch predict (#4499) 2020-09-15 22:11:19 -07:00
Alexey Volkov 4339e70962 Components - Added AutoML Tables components and tests (#2174)
* Components - Added AutoML Tables components

* Added the sample - AutoML Tables - Retail product stockout prediction

* Replaced the project ID with dummy placeholder

* Fixed the description parameter passing

* Replaced pip with pip3 and changed quotes

* Added licenses

* Updated the component links

* Revert "Replaced pip with pip3"

This reverts commit 65ed0a7fc6. (part of it)

Here, `pip` is not the name of executable. It's the module name which is
just `pip`, not `pip3`.

* Changed quotes to single quotes

* Moved the components to the gcp folder

* Switched container images to python:3.7

* Updated component versions in sample
2019-09-25 13:42:06 -07:00