We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cbc56 commit 40ab627Copy full SHA for 40ab627
src/databricks/labs/pytester/fixtures/ml.py
@@ -163,7 +163,7 @@ def create(
163
)
164
endpoint = ws.serving_endpoints.create(
165
endpoint_name,
166
- EndpointCoreConfigInput(served_models=[served_model_input]),
+ config=EndpointCoreConfigInput(served_models=[served_model_input]),
167
tags=tags,
168
169
if isinstance(endpoint, Mock): # For testing
0 commit comments