Update config of a serving endpoint.
update_serving_endpoint_config.Rd
Updates any combination of the serving endpoint's served entities, the compute configuration of those served entities, and the endpoint's traffic config. An endpoint that already has an update in progress can not be updated until the current update completes or fails.
Usage
update_serving_endpoint_config(
client,
name,
auto_capture_config = NULL,
served_entities = NULL,
served_models = NULL,
traffic_config = NULL
)
servingEndpointsUpdateConfig(
client,
name,
auto_capture_config = NULL,
served_entities = NULL,
served_models = NULL,
traffic_config = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The name of the serving endpoint to update.
- auto_capture_config
Configuration for Inference Tables which automatically logs requests and responses to Unity Catalog.
- served_entities
A list of served entities for the endpoint to serve.
- served_models
(Deprecated, use served_entities instead) A list of served models for the endpoint to serve.
- traffic_config
The traffic config defining how invocations to the serving endpoint should be routed.