Skip to content

Commit

Permalink
metadata for open source components (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
animeshsingh authored and k8s-ci-robot committed Apr 3, 2019
1 parent 443feb7 commit 7c0558e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit 7c0558e

Please sign in to comment.