Alexey Volkov
|
1403b9bd84
|
SDK - Components - Added ComponentStore search (#3884)
* SDK - Components - Added ComponentStore search
ComponentStore(...).search searches for components by name in the configured component store. It prints the name and URL for components that match the given name.
Only components on GitHub are currently supported.
Example:
```
kfp.components.ComponentStore.default_store.search('xgboost')
>>> Xgboost train https://raw.githubusercontent.com/.../components/XGBoost/Train/component.yaml
>>> Xgboost predict https://raw.githubusercontent.com/.../components/XGBoost/Predict/component.yaml
```
* Implemented the review feedback
* Added retries
|
2020-06-03 23:54:44 -07:00 |