Skip to content

Addresses #84#273

Open
domino-blake wants to merge 1 commit into
masterfrom
blake/issue-84-model-stop-start
Open

Addresses #84#273
domino-blake wants to merge 1 commit into
masterfrom
blake/issue-84-model-stop-start

Conversation

@domino-blake
Copy link
Copy Markdown
Contributor

What issue does this pull request solve?

#84

Testing

Ran all unit test and intrgation tests

  • [*] Unit test(s)

Pull Request Reminders

References (optional)

Comment thread domino/domino.py
if not model_version_id:
raise ValueError("model_version_id is required")
url = self._routes.model_deployment_start(model_id, model_version_id)
return self.request_manager.post(url)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

suggestion: maybe return the json here, like the other methods below?

Comment thread domino/domino.py
if not model_version_id:
raise ValueError("model_version_id is required")
url = self._routes.model_deployment_stop(model_id, model_version_id)
return self.request_manager.post(url)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

suggestion: maybe return the json here, like the other methods below?

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.

2 participants