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

[Model Monitoring] Add endpoint registration to v2 serving + config changes #856

Merged
merged 10 commits into from Apr 12, 2021

Conversation

Michaelliv
Copy link
Contributor

  • Updated model monitoring config to allow a similar functionality to the feature store config, this PR introduces a single template for data store paths instead of individual paths for kv, tsdb and parquets.
  • Implemented endpoint "registration" in v2_model_server.

@Michaelliv Michaelliv changed the title WIP: [Model Monitoring] endpoint registration [Model Monitoring] endpoint registration Apr 12, 2021
@Hedingber Hedingber changed the title [Model Monitoring] endpoint registration [Model Monitoring] Add endpoint registration to v2 serving + config changes Apr 12, 2021
@Hedingber Hedingber merged commit f452040 into mlrun:development Apr 12, 2021
@@ -103,6 +110,11 @@ def post_init(self, mode="sync"):
else:
self._load_and_update_state()

if self._model_logger is not None and not isinstance(
self._model_logger.output_stream, _DummyStream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better move the condition to the init_endpoint_record func

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants