Commit Graph

22 Commits

Author SHA1 Message Date
Chen Sun ee2102a9b5
chore(samples/backend/frontend): Update preload control-flow and data-passing pipelines to v2 (#9563)
* Update preload samples to v2 pipelines

* address review comments

* fix frontend test

* format frontend code

* update comment
2023-06-07 22:06:57 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
James Liu acc2c2aaaf
Update Data passing in python components - Files.py 2021-04-22 14:30:13 -07:00
James Liu d902caeac4
fix(samples): Update KFP version in sample to fix backslash recognization issue. (#5140)
* Add escape character for writer.write() call in sample

Backslash needs to be escaped while writing `\n` to a file.

* Change to upgrade KFP version in sample
2021-02-16 16:04:29 -08:00
Alexey Volkov d0b799e4a9
fix(sdk): SDK - Avoiding deprecated ContainerOp methods (#4134)
Switched from `task.set_X` to `task.container.set_X`
2020-07-14 17:02:37 -07:00
Niklas Hansson 370da263f9
moved mnis examples (#3979) 2020-06-12 08:45:55 -07:00
Amy 657b5d47b1
gpu example wording cleanup (#3682) 2020-05-04 20:57:07 -07:00
hongye-sun 241671f58f
Release ad9bd5648d (#3560)
* Updated component images to version ad9bd5648d

* Updated components to version 01a23ae867
2020-04-22 14:00:15 -07:00
Renmin 5882e52acc
GPU with Kubeflow Pipeline Standalone (#3484)
* GPU with Kubeflow Pipeline Standalone

* done

* dont' check in compiled pipeline

* gpu tpu preemptible

* done

* scope and quota comment
2020-04-14 02:31:11 -07:00
Jiaxiao Zheng c0fb46aa1b
Release eb69a6b8ae (#3466)
* Updated component images to version eb69a6b8ae

* Updated components to version 0e794e8a0e

* update version number
2020-04-07 12:33:45 -07:00
Shixin 9f37fd78aa
Add new instructions to ensure compatibility for managed ai platform … (#3400)
* Add new instructions to ensure compatibility for managed ai platform pipeline

* change description to AI Platform Pipelies

* add instruction and clarification for AI Platform Pipeline in the first setup notebook

Co-authored-by: luoshixin <luoshixin@google.com>
2020-04-02 20:09:46 -07:00
Ajay Gopinathan 5913cfb7bb
Release be497983cd (#3327)
* Updated component images to version be497983cd

* Updated components to version 2df775a280

* update setup.py
2020-03-21 18:54:44 -07:00
Shixin 00a2cad3cf
[Tutorial] - Fixed lightweight component tutorial with bad metadata usage (#3186)
* update the lightweight example

* add instruction to avoid running authentication from AI platform notebooks
2020-03-03 17:13:46 -08:00
Yuan (Bob) Gong 688aa08d42
Release 0.2.5 - e66dcb1860 (#3179)
* Updated component images to version e66dcb1860

* Updated components to version 3f4b80127f

* Update setup.py

* Fix swagger codegen download url

* Update versions
2020-02-26 23:59:19 -08:00
Alexey Volkov 8ff930591c
Samples - Add explanation about pipeline failing intentionally (#3076)
* Samples - Add explanation about pipeline failing intentionally

* Fixed grammar
2020-02-14 12:37:28 -08:00
Alexey Volkov fd5778dbcd
Samples - Updated the Data passing in python tutorial (#2868)
* Samples - Updated the Data passing in python tutorial

* Fixed the review issues

* Added missing kfp_endpoint

* Stopped shadowing the system list type

* Added added a bit more infor about size limitations

* Changed the package installation
2020-02-10 16:52:00 -08:00
Ajay Gopinathan 058adbfff7
Release 85945e1092 (#2960)
* Updated component images to version 85945e1092

* Updated components to version 0ad0b36880
2020-02-02 15:33:20 -08:00
Alexey Volkov f729990436
Samples - Add and change preloaded samples (#2944)
* Samples - Add and change preloaded samples

Add the "Data passing in python components" tutorial.
Combined the "BNasic samples" into the "DSL control structures" tutorial.

* Updated teh Dockerfile to build the tutorials

* Defensive shell programming

* Stop shadowing min and max

* Added missing magic

* Added copyrights
2020-01-31 17:40:53 -08:00
Renmin 10a4f55e3a Release bae654dc5c v0.1.40 (#2818)
* Updated component images to version bae654dc5c

* Updated components to version ff116b6f1a

* 0.1.40

* append old items

* fix line

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
2020-01-09 01:33:46 -08:00
Shixin 3a94ae37ca Add step by step tutorial using mnist as use case (#2716)
* add step by step tutorial using mnist as use case

* fix mnist typo and change job submit default

* add owner file; modify setup and readme about ui deployment statement

* Refine notebooks and readme to incorporate reviewers comment

* fine tune of the documentation
2020-01-05 18:41:41 -08:00
HUAN-PING SU 8dfa2d9f83 Typo in Data passing in python components.ipynb (#2347)
smal should be small
2019-10-10 14:31:19 -07:00
Alexey Volkov 6be5cd7bc0 Samples - Added the data passing tutorial (#2258)
* Samples - Added the data passing tutorial

* Ensure the correct SDK version is installed

* Corrected the output names

* Added extended explanation of the data passing process
2019-10-01 15:47:08 -07:00