Create a new serving endpoint.
create_serving_endpoint.Rd
Create a new serving endpoint.
Usage
create_serving_endpoint(client, name, config, rate_limits = NULL, tags = NULL)
servingEndpointsCreate(client, name, config, rate_limits = NULL, tags = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The name of the serving endpoint.
- config
Required. The core config of the serving endpoint.
- rate_limits
Rate limits to be applied to the serving endpoint.
- tags
Tags to be attached to the serving endpoint and automatically propagated to billing logs.