v0.7.0
- Let
make_serving_endpoint
reference a valid model version (#106). In this release, themake_serving_endpoint
fixture has been updated to enhance its functionality and flexibility. The fixture now accepts optional keyword arguments for specifying the endpoint name, model name, and model version, with the model version defaulting to1
and the latest version automatically retrieved for workspace local models. The served model input is created with the specified model name, model version, and workload size, and a mock endpoint object is returned if obtaining the served model fails. Theremove
method has been updated to accept aServingEndpointDetailed
object for deletion, and the fixture now maintains a logger instance for warning messages during model version retrieval. Unit tests have been added to ensure the changes work as expected, although integration tests have not been fixed yet. These updates address issues arising from changes in themake_model
fixture and improve the robustness and flexibility of themake_serving_endpoint
fixture.
Contributors: @mwojtyczka, @JCZuurmond