You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(py): minor fix for the tutorial (kubeflow#1058)
- in the previous section, the client is referred as `registry.method()`
- suggest to the reader the expected import, useful for copy-paste
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Copy file name to clipboardExpand all lines: clients/python/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,12 +201,14 @@ In order to utilize this method you must instantiate an `upload_params` object w
201
201
Common S3 env vars will be automatically read, such ass the access_key_id, etc. It can also be provided explicitly in the `S3Params` object if desired.
0 commit comments