Last active
October 29, 2018 00:50
-
-
Save gonzalovazquez/4bc7bec95ae8de16c436c594c05da003 to your computer and use it in GitHub Desktop.
Structure for ML Marketplace Model Catalog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1234, | |
"name": "Fraud Detection", | |
"author": "Gonzalo Vazquez", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tortor augue, efficitur a tempus quis, posuere nec orci. Sed sit amet leo a nisl pretium fringilla sit amet at neque. Vestibulum convallis mattis lectus. Etiam in semper orci. Curabitur in neque bibendum, aliquet lorem ac, tincidunt lectus. Maecenas posuere at neque quis vestibulum. Proin id efficitur ex, a rutrum nisl. Integer lorem ligula, tincidunt eu porttitor id, cursus at nisi. ", | |
"state": "Production", | |
"releasedVersions": "1.0.0", | |
"trainingFileList": "bla.txt", | |
"applicationsConnected": "Mobile Banking App", | |
"source": "something.git", | |
"verificationLog": "verify.git" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment