Commit Graph

19 Commits

Author SHA1 Message Date
Rui Fang 518b8b886d
[Doc] update docs that still refer to KFP latest SDK reference (#4845)
* Initial execution cache

This commit adds initial execution cache service. Including http service
and execution key generation.

* fix master

* fix go.sum

* update docs that still refer to KFP latest SDK reference
2020-12-02 20:02:59 -08:00
Yuan (Bob) Gong 898dff3732
doc: versioning policy and feature stages docs. Part of #4533 (#4210)
* doc: versioning policy doc revamp by Bobgy

* update

* update

* update

* update

* rename to feature stages, add links in README.md

* update
2020-10-28 21:52:58 -07:00
haibingzhao 112de249a2
doc(frontend): volume support for tensorboard viewer and other visualize results (#4345)
* support local file storage type for local volume mount path, refer: https://github.com/kubeflow/pipelines/issues/4208

* add todo comment to support directory and filePath include wildcards '*', detail refer: https://github.com/kubeflow/pipelines/issues/4208

* revert old code indent

* run 'npm run format' to format code

* support tensorboard viewer and other visualize Results using volume mount path, modify 'file' schema to 'volume':

1. source schema: volume://volume-name/relative/path/from/volume/xxx.csv
2. for tensorboard(also support Series1:volume://volume-name/path_to_model_dir_1,Series2:volume://volume-name/path_to_model_dir_2):
* check volume-name was specified in podTemplateSpec( which was inject by VIEWER_TENSORBOARD_POD_TEMPLATE_SPEC_PATH env)
* check /relative/path/from/volume/xxx file path was prefix-mounted in podTemplateSpec
3. for others:
* check volume-name was specified at ml-pipeline-ui pod
* check /relative/path/from/volume/xxx.csv file path exist

* fix test and add more tests

* change error message not found to not exist.

* fix tensorboard create test

* combining volume mount path and key as artifacts path

* extra complex code to a function and add more test

* use ml-pipeline-ui container name to find server container instead of use containers[0]

* fix review suggestion: https://github.com/kubeflow/pipelines/pull/4236

* format code

* extract how to find file path on a pod volume to a common function, and optimize error message

* fix k8s-helper.test error

* add more documentation and fix mistake: volumeMountPath to filePathInVolume

* fix test error

* Update k8s-helper.test.ts

* format error message

* document volume support for tensorboard viewer and other visualize results

* add beta status

* change beta status to alpha status

Co-authored-by: Yuan (Bob) Gong <gongyuan94@gmail.com>
2020-08-16 17:56:17 -07:00
Alex Latchford 704c8c7660
chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218)
* Prepare SDK docs environment so its easier to understand how to build the docs locally so theyre consistent with ReadTheDocs.

* Clean up docstrings for kfp.Client

* Add in updates to the docs for compiler and components

* Update components area to add in code references and make formatting a little more consistent.

* Clean up containers, add in custom CSS to ensure we do not overflow on inline code blocks

* Clean up containers, add in custom CSS to ensure we do not overflow on inline code blocks

* Remove unused kfp.notebook package links

* Clean up a few more errant references

* Clean up the DSL docs some more

* Update SDK docs for KFP extensions to follow Sphinx guidelines

* Clean up formatting of docstrings after Ark-Kuns comments
2020-08-04 00:33:47 +08:00
jingzhang36 48f3075f0a
A brief release announcement/note for KFP 1.0 (#4059)
* enable pagination when expanding experiment in both the home page and the archive page

* Revert "enable pagination when expanding experiment in both the home page and the archive page"

This reverts commit 5b672739dd.

* checkpoint

* Revert "checkpoint"

This reverts commit 3b17699301.

* Add a brief kfp 1.0 note, with pointers to our detailed docs

* have separate versioning policy file; have more links

* partially addressed comments

* address comments

* address comments

* fix a link

* fix alpha, beta

* address comments
2020-07-09 00:12:03 -07:00
Alexey Volkov d472d53a85
Docs - Show inherited members in the kfp.dsl docs (#4025)
Previously many ContainerOp members inherited from baseOp were not shown.
2020-06-18 19:25:58 -07:00
Alexey Volkov 180f0c51c8
Docs - Moved the kfp_server_api documentation to a separate page (#3899) 2020-06-04 11:15:56 +08:00
Alexey Volkov c67bc7baa9
Docs - Added docs for kfp_server_api.models (#3898) 2020-06-03 01:00:17 -07:00
Alexey Volkov 43ce6394bf
Docs - Added kfp.dsl placeholders to docs (#3813) 2020-05-22 13:23:14 -07:00
Alexey Volkov 4a961ce268
Client - Added documentation for the generated members (#3787) 2020-05-20 13:20:20 -07:00
Alexey Volkov 5163a6fdeb Docs - Added the kfp root members (#2183) 2019-10-07 18:33:19 -07:00
Alexey Volkov 9c9fb9d87e Docs - Added kfp.containers module (#2182)
And fixed the docstring
2019-09-24 13:43:59 -07:00
Riley Bauer 560dd2e9ce Set theme jekyll-theme-minimal 2019-05-31 14:14:31 -07:00
Alexey Volkov 329e8a50f0 Added the auto-generated python SDK docs (#1256)
* Added Python API reference docs

* Switched to the RTD theme

* Imporved the documentation

* Improved the docs

* Simplified the generator files

* Added sdk/python/requirements.txt

* Added licenses

* Added more information and comments to the conf.py file

* Added kfp.aws

* Fixed typos

* Removed the header

* Hiding some private classes

* Removed the explicit inclusion of kfp.components.structures as per Ning's request

* Added OWNERS file

* Changed the index title

* Removed the subheader

* Added the links to main documentation and source code

* Removed the listing of the kfp.components._structures
2019-05-17 18:55:06 -07:00
Sarah Maddox 1c8ecb30c6 Removed unused docs directory including OWNERS file and images. (#401) 2018-11-28 01:57:16 -08:00
hongye-sun ecf8af7bb1 add metric image file for wiki (#316)
* add metric image file for wiki

* fix the image file to correct content

* add more runs with metrics to the image
2018-11-19 17:53:58 -08:00
qimingj 69ee8b8b12 Update Screenshots. (#142) 2018-11-07 17:16:16 -08:00
Pascal Vicaire 3df28a9700 Updating OWNERS files. Adding per-subdirectory OWNER files. 2018-11-05 14:03:33 -08:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00