Skip to content

Commit 40ab627

Browse files
committed
Make config a keyword parameter in serving endpoint create
1 parent a9cbc56 commit 40ab627

File tree

1 file changed

+1
-1
lines changed
  • src/databricks/labs/pytester/fixtures

1 file changed

+1
-1
lines changed

src/databricks/labs/pytester/fixtures/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def create(
163163
)
164164
endpoint = ws.serving_endpoints.create(
165165
endpoint_name,
166-
EndpointCoreConfigInput(served_models=[served_model_input]),
166+
config=EndpointCoreConfigInput(served_models=[served_model_input]),
167167
tags=tags,
168168
)
169169
if isinstance(endpoint, Mock): # For testing

0 commit comments

Comments
 (0)