Commit Graph

8 Commits

Author SHA1 Message Date
hongye-sun 5ccbbb9a0c Fix hard-coded model export dir name (#1015)
* FIx hard-coded model export dir name

* Prefix is not the full gcs path.
2019-03-21 14:11:38 -07:00
hongye-sun 54925c7c00
Add job_dir.txt as output files of CMLE trainning job. (#986) 2019-03-19 18:08:31 -07:00
hongye-sun 6e24762ed2 DataProc commands implementation (#862)
* dataproc implementation

* Add documentation to dataproc commands.

* Add documentation for dataproc commands.
2019-03-08 16:06:54 -08:00
hongye-sun 4e936f3ecd
Add online prediction instructions and print friendly msg in console. (#914) 2019-03-05 15:17:41 -08:00
hongye-sun 639dec2402 Support customized export TF model folder names. (#903)
* Support customized export TF model folder names.

* Fix pr comments.
2019-03-05 14:18:01 -08:00
hongye-sun 17bb778ef9 Refactor MLEngine code and add deploy and set_default commands (#864)
* Refactor MLEngine code and add deploy and set_default commands

* Rename to short name to avoid confusion.

* Add comment to version names

* Rename short name to id
2019-02-28 16:46:06 -08:00
hongye-sun e282bd38b2
add container image uris support in train API (#837) 2019-02-20 17:32:11 -08:00
hongye-sun bd1e770a5b MLEngine Commands Implementation (#773)
* MLEngine API commands

* Add job_id_prefix to create_job command

* add create training job command

* add display API

* Refactor CMLE APIs

* Fix PR comments.

* Add warnings before overwrite an existing file.
2019-02-16 12:47:44 -08:00