Skip to content

Conversation

@gueniai
Copy link
Collaborator

@gueniai gueniai commented Feb 21, 2025

  • Let make_serving_endpoint reference a valid model version (#106). The make_serving_endpoint fixture has been updated to address an issue where it stopped working due to the absence of a model version in the models created by the make_model fixture. It now defaults to a UC model version and allows users to provide input parameters for the model name and version. The create and remove methods have also been updated to accept optional arguments for endpoint name, model name, and model version. Additionally, new tests have been added to the test_ml.py file to handle the change where models no longer come with a model version. These changes provide better flexibility and control to users when creating and deleting endpoints, and ensure that the fixture works correctly even when no model version is present.

* Let `make_serving_endpoint` reference a valid model version ([#106](#106)). The `make_serving_endpoint` fixture has been updated to address an issue where it stopped working due to the absence of a model version in the models created by the `make_model` fixture. It now defaults to a UC model version and allows users to provide input parameters for the model name and version. The `create` and `remove` methods have also been updated to accept optional arguments for endpoint name, model name, and model version. Additionally, new tests have been added to the `test_ml.py` file to handle the change where models no longer come with a model version. These changes provide better flexibility and control to users when creating and deleting endpoints, and ensure that the fixture works correctly even when no model version is present.
@github-actions
Copy link

✅ 41/41 passed, 5 skipped, 20m42s total

Running from acceptance #190

@gueniai gueniai closed this Feb 21, 2025
@gueniai gueniai deleted the prepare/0.7.0 branch February 21, 2025 18:49
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