Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metadata for ibm components targeting opensource #1071

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/ibm-components/ffdl/serve/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
name: 'Seldon Core - Serve PyTorch Model'
description: |
Serve PyTorch Models remotely as web service using Seldon Core
metadata:
labels: {platform: 'Open Source'}
inputs:
- {name: model_id, description: 'Required. Model training_id from Fabric for Deep Learning'}
- {name: deployment_name, description: 'Required. Deployment name for the seldon service'}
Expand Down
2 changes: 2 additions & 0 deletions components/ibm-components/ffdl/train/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
name: 'Fabric for Deep Learning - Train Model'
description: |
Train Machine Learning and Deep Learning Models remotely using Fabric for Deep Learning
metadata:
labels: {platform: 'Open Source'}
inputs:
- {name: model_def_file_path, description: 'Required. Path for model training code in object storage'}
- {name: manifest_file_path, description: 'Required. Path for model manifest definition in object storage'}
Expand Down