Description
The ServingEndpointsAPI docstring (and the rendered docs at readthedocs) state:
"A serving endpoint can have at most ten served entities."
Source: databricks/sdk/service/serving.py (also mirrored in docs/workspace/serving/serving_endpoints.rst).
In practice, serving endpoints accept up to 15 served entities. We have deployed endpoints with more than ten served entities successfully, and our Databricks account team confirmed that the documented limit of ten is out of date. The actual limit is 15.
Reproduction
Documentation only update.
Expected behavior
The docstring should state the correct limit (15).
Is it a regression?
No.
Additional context
N/A
Description
The
ServingEndpointsAPIdocstring (and the rendered docs at readthedocs) state:Source:
databricks/sdk/service/serving.py(also mirrored indocs/workspace/serving/serving_endpoints.rst).In practice, serving endpoints accept up to 15 served entities. We have deployed endpoints with more than ten served entities successfully, and our Databricks account team confirmed that the documented limit of ten is out of date. The actual limit is 15.
Reproduction
Documentation only update.
Expected behavior
The docstring should state the correct limit (15).
Is it a regression?
No.
Additional context
N/A