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 2211fd2 commit 59de6feCopy full SHA for 59de6fe
src/databricks/labs/pytester/fixtures/ml.py
@@ -128,7 +128,7 @@ def create() -> Wait[ServingEndpointDetailed]:
128
model = make_model()
129
endpoint = ws.serving_endpoints.create(
130
endpoint_name,
131
- EndpointCoreConfigInput(
+ config=EndpointCoreConfigInput(
132
served_models=[
133
ServedModelInput(
134
model_name=model.name,
0 commit comments