You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also [`make_serving_endpoint`](#make_serving_endpoint-fixture), [`ws`](#ws-fixture), [`make_random`](#make_random-fixture), [`watchdog_remove_after`](#watchdog_remove_after-fixture).
1068
+
See also [`ws`](#ws-fixture), [`make_random`](#make_random-fixture), [`watchdog_remove_after`](#watchdog_remove_after-fixture).
1069
1069
1070
1070
1071
1071
[[back to top](#python-testing-for-databricks)]
@@ -1204,6 +1204,13 @@ The function returns a [`ServingEndpointDetailed`](https://databricks-sdk-py.rea
1204
1204
1205
1205
Under the covers, this fixture also creates a model to serve on a small workload size.
1206
1206
1207
+
Keyword arguments:
1208
+
*`endpoint_name` (str, optional): The name of the endpoint. Defaults to `dummy-*`.
1209
+
*`model_name` (str, optional): The name of the model to serve on the endpoint.
1210
+
Defaults to system model `system.ai.llama_v3_2_1b_instruct`.
1211
+
*`model_version` (str, optional): The model version to serve. If None, tries to get the latest version for
1212
+
workspace local models. Otherwise, defaults to version `1`.
See also [`ws`](#ws-fixture), [`make_random`](#make_random-fixture), [`make_model`](#make_model-fixture), [`watchdog_remove_after`](#watchdog_remove_after-fixture).
1226
+
See also [`ws`](#ws-fixture), [`make_random`](#make_random-fixture), [`watchdog_remove_after`](#watchdog_remove_after-fixture).
0 commit comments