-
Notifications
You must be signed in to change notification settings - Fork 1
Create model output endpoint #65
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
Conversation
31a3622 to
0c944eb
Compare
bschroeter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small things as indicated in the comments, most of them around the semantics of how things are currently named etc. This is mostly about future-proofing what we have and making it easier to enhance the client going forward.
Some other things that would be useful here:
- Update the docs to include details about how to use the new endpoint(s)
- More comprehensive tests, beyond just ensuring that a command doesn't return non-zero, but then using other parts of the client to ensure that what was created can indeed be returned as expected.
Nice work.
bschroeter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small suggestions, but in the interest of closing this PR we can shunt them to another issue.
Nice work.
Add API Spec v2.1.0
e5e8f5f to
1a200ee
Compare
Related to #63
Implement endpoint for creating a new model output (
POSTmethod) for a given Experiment ID + Model Profile IDAdd Github secrets for the following (following from the existing model output id)
MEORG_MODEL_OUTPUT_NAME- If no environment variable is provided forpytest,"meorg-client-model-output"is usedMEORG_MODEL_PROFILE_IDMEORG_EXPERIMENT_ID