Commit Graph

3 Commits

Author SHA1 Message Date
Yuku Takahashi c653c30050
fix(components): cast return value of gcp/automl/create_dataset_for_tables. Fixes #5053 (#5054) 2021-01-28 23:33:01 -08:00
Alexey Volkov 52d59950bd
Components - Add model URL to AutoML - Create model/dataset for tables (#3486)
* Re-generated the components

* Components - Add model URL to AutoML - Create model for tables

Fixes https://github.com/kubeflow/pipelines/issues/3246

* Added dataset URL to the AutoML - Create dataset for tables component
2020-04-09 23:15:47 -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