v0.7.0
- Let
make_serving_endpointreference a valid model version (#106). In this release, themake_serving_endpointfixture 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 to1and 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. Theremovemethod has been updated to accept aServingEndpointDetailedobject 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_modelfixture and improve the robustness and flexibility of themake_serving_endpointfixture.
Contributors: @mwojtyczka, @JCZuurmond