Commit Graph

858 Commits

Author SHA1 Message Date
hongye-sun 88bca8223d set dataset_location as the default location. (#1399) 2019-05-31 19:58:19 -07:00
Riley Bauer 87b96a0a7a Set theme jekyll-theme-minimal 2019-05-31 14:15:32 -07:00
Riley Bauer 560dd2e9ce Set theme jekyll-theme-minimal 2019-05-31 14:14:31 -07:00
IronPan 5d15ed2bf5
Update README.md 2019-05-31 13:34:23 -07:00
IronPan 36338774f1
update the API doc description (#1410)
* add single json file

* update doc

* update doc
2019-05-31 13:31:33 -07:00
IronPan 13317e7cac Merge remote-tracking branch 'upstream/master' 2019-05-30 22:34:41 -07:00
IronPan 7447eb3dab update DSL client documentation (#1403)
* update DSL client documentation

* Update _client.py
2019-05-30 21:40:26 -07:00
Jiaxin Shan d5147b9776 Add HyperParameters back to SageMaker training job (#1377) 2019-05-30 19:24:21 -07:00
IronPan 14c66f0174
add single json file (#1408) 2019-05-30 18:02:29 -07:00
IronPan 75cfab3d2a
Delete kfp_api.html 2019-05-30 17:58:51 -07:00
IronPan 89954f831e
Delete kfp_api_single_file.swagger.json 2019-05-30 17:58:02 -07:00
IronPan 06e4dc6604
Add doc for API (#1406)
* initial update

* initial update

* update

* add doc

* update
2019-05-30 17:48:50 -07:00
Ajay Gopinathan 5f1b41171f Fix API package names and regenerate checked-in proto files. (#1404)
* Fix API package names and regenerate checked-in proto files. Also bump version of GRPC gateway used.

* Fix BUILD.bazel file for api as well.

* Update Bazel version
2019-05-30 11:26:28 -07:00
IronPan 511c10c2f3 Fix auto generated resource link for DSL (#1400)
In case of IAP endpoint, the prefix is https instead of http. without the change the link will be resolved into 
http://https://foo.endpoints.bar.cloud.goog/pipeline
/assign @Ark-kun @hongye-sun
2019-05-30 09:42:24 -07:00
IronPan c908b8539a Merge remote-tracking branch 'upstream/master' 2019-05-30 00:28:02 -07:00
Alexey Volkov f879f54047 Added the link to the SDK reference docs to README.md (#1398)
* Added the link to the SDK reference docs to README.md

* Added the SDK docs badge
2019-05-29 15:38:23 -07:00
Alexey Volkov 9a1d47a185 SDK - Capturing function dependencies when creating lightweight components (#1372)
* Transitively capturing code dependencies
Using cloudpickle.

* Got rid of func_type_declarations_code variable

* Extracted the function code extraction functions

* Improved support for capturing module-level dependencies

* Added test for capturing module-level dependencies

* Removed the _capture_function_code_using_source_copy function
As requested by Ning
2019-05-28 18:18:18 -07:00
IronPan 02313e4e5e Cleanup Kaniko code (#1394)
/assign @gaoning777 @Ark-kun
2019-05-28 16:46:17 -07:00
IronPan 7bf95b1327 expose configuration for setting the max number of tensorboard (#1393)
* clean up

* argo

* expose configuration for max number of viewers

* add sample how to configure

* Revert "argo"

This reverts commit 3ff0d07679.

* update namespaced-install.yaml
2019-05-28 13:18:58 -07:00
Ning c34c426441
typo (#1385) 2019-05-28 12:16:27 -07:00
tiffany jernigan 778fe2ad7a Fix naming from sagamaker to sagemaker (#1386) 2019-05-24 14:15:30 -07:00
IronPan ae64ca5516
Update README.md 2019-05-23 17:18:03 -07:00
IronPan 3736a70447
Update README.md 2019-05-23 17:17:28 -07:00
Matthias Popp 4c8d08c179 Fix watson train component (#1259)
* Fix watson train component

Add scheme to cos_endpoint for watson client and change deprecated author_email to author_name

* fixup! Fix watson train component
2019-05-23 10:16:29 -07:00
Alexey Volkov 2a9bbdf120 SDK/Compiler - Added the ability to apply a function to all ops in a pipeline (#1209)
* SDK/Compiler - Added op and template transformers
They can be used to apply some functions (e.g. to add secrets) to all pipeline ops.

* Removed the template_transformers for now

* Moved the op_transformers to PipelineConf

* Added op_transformers test
2019-05-22 19:48:23 -07:00
Alexey Volkov f4436c2ab9 SDK - Added Argo to requirements.txt (#1367) 2019-05-22 14:40:28 -07:00
Riley Bauer b1a6848308 Only render JSON objects and arrays, not primitives (#1366) 2019-05-22 13:18:27 -07:00
IronPan e3bf0557bf Merge remote-tracking branch 'upstream/master' 2019-05-22 10:13:35 -07:00
eldar nugaev d160425fc6 Fix docstring for _ops_group Condition (#1356)
A fix of a docstring
2019-05-21 19:46:02 -07:00
Alexey Volkov f419b9be53 SDK/DSL - ContainerOp.apply method now supports functions that do not return anything (#1226) 2019-05-21 10:24:10 -07:00
IronPan ea07b33b8e
Update CHANGELOG.md (#1358)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2019-05-20 15:21:30 -07:00
Eran Nussbaum 2da723c2fa Add HTTP/HTTPS support in FE (#1339)
* Add HTTP/HTTPS support in FE

* Fix typo (HTTP instead of HTTPS)
2019-05-19 21:41:11 -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
Ning de7f68d129 Release components (#1347)
* Updated component images to version 6554e133dd

* Updated components to version 74d8e59217
2019-05-17 17:45:08 -07:00
Riley Bauer be4febc562 Trims the file extension from suggested pipeline names (#1349) 2019-05-17 13:28:11 -07:00
Riley Bauer 38540d7621 Pretty print inputs and outputs json (#1348)
* Pretty prints pipeline step input/outputs if they are JSON

* Further cleanup and added tests
2019-05-17 12:38:12 -07:00
IronPan e8d09825ac update kfp ui rbac permission (#1350)
to reflect change here
https://github.com/kubeflow/kubeflow/pull/3255/files#diff-a843466b38824bfb7c7053bf4d4a6bf7R158
2019-05-17 11:46:18 -07:00
IronPan f5cc93045f
Update README.md 2019-05-17 01:25:39 -07:00
Eterna2 d821e79622 [kfp sdk] Added examples for ArtifactLocation, ResourceOp, VolumeOp, and Sidecar. (#1338)
* Added examples for ArtifactLocation, ResourceOp, VolumeOp, and Sidecar.

* remove resourceop and volumeop examples

* Sample for pipeline level artifact location only
2019-05-16 18:29:29 -07:00
Ilias Katsakioris 78bfdaffa9 SDK/Compiler: Fix Ops after() method to handle multiple arguments (#1346)
Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
2019-05-16 16:50:27 -07:00
Riley Bauer 814fe28511
Adds metrics table to Compare page, creates Metric component (#1284)
* Adds metrics table to Compare page, creates Metric atom

* Cleanup

* Adds tests for metric component

* Adds CompareUtils tests

* Adds MetricUtils tests

* Adds compare page tests
2019-05-16 15:46:15 -07:00
Alexey Volkov 8382595a98 SDK - Made description and name parameters optional in the @pipeline decorator (#1335) 2019-05-16 14:36:28 -07:00
Ning 6554e133dd rename sample_test to component_test and sample_test_v2 to sample_test (#1341) 2019-05-16 11:38:29 -07:00
IronPan b29fbb5041 update proxy image build path (#1336)
/assign @Ark-kun
2019-05-16 01:01:49 -07:00
cheyang 8110de0419 check if data and env format (#1337)
* check the data input

* check the data input
2019-05-15 13:20:23 -07:00
IronPan bdf62702c3
Update README.md 2019-05-14 23:48:49 -07:00
IronPan 7fc7b02c79
Update README.md 2019-05-14 23:40:10 -07:00
IronPan fbfc374d6d Merge remote-tracking branch 'upstream/master' 2019-05-14 21:46:59 -07:00
Riley Bauer 49aa8c7f7d Removes redundant npm install from FE Dockerfile (#1332) 2019-05-14 21:28:16 -07:00
cheyang 8495eb1a6f Add mpi job into arena launcher (#1307)
* refactor arena launcher

* add all

* add all

* add all

* update arena kfp ppackage

* fix launcher

* add samples

* add samples

* add samples

* set rdma false as default

* fix mpirun samples

* fix mpijob

* add mpirun to arena launcher

* update samples

* update samples

* fix broken link

* fix broken link

* fix review comments

* remove mpi_run yaml
2019-05-14 20:38:15 -07:00