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

New features and bug fixes #108

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

javierdlrm
Copy link
Collaborator

  • Filter deployments by status and/or model
  • Get server logs of a running deployment
  • Deleting a running deployment with .delete() will warn the user. You can delete running deployments with .delete(force=True)
  • Updating the predictor or transformer script of a running deployment with .save() now waits until the running instances have been updated
  • Guiding messages in different methods, such as:
    • model.deploy() -> "Before making predictions, start the deployment by using .start()"
    • model.start() -> "Start making predictions by using .predict()"
  • Descriptive prints for the main objects: PredictorState(status: 'Running')
  • Better handling of exceptions, such as running predictions on a stopped deployment

@javierdlrm javierdlrm requested a review from robzor92 June 17, 2022 10:04
python/hsml/deployment.py Show resolved Hide resolved
python/hsml/deployment.py Show resolved Hide resolved
@javierdlrm javierdlrm merged commit eb05e2c into logicalclocks:main Jun 17, 2022
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

2 participants