Uses of Class
com.databricks.sdk.service.serving.EndpointCoreConfigInput
-
Packages that use EndpointCoreConfigInput Package Description com.databricks.sdk.service.serving -
-
Uses of EndpointCoreConfigInput in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return EndpointCoreConfigInput Modifier and Type Method Description EndpointCoreConfigInput
CreateServingEndpoint. getConfig()
EndpointCoreConfigInput
EndpointCoreConfigInput. setName(String name)
EndpointCoreConfigInput
EndpointCoreConfigInput. setServedModels(Collection<ServedModelInput> servedModels)
EndpointCoreConfigInput
EndpointCoreConfigInput. setTrafficConfig(TrafficConfig trafficConfig)
Methods in com.databricks.sdk.service.serving with parameters of type EndpointCoreConfigInput Modifier and Type Method Description Wait<ServingEndpointDetailed,ServingEndpointDetailed>
ServingEndpointsAPI. create(String name, EndpointCoreConfigInput config)
CreateServingEndpoint
CreateServingEndpoint. setConfig(EndpointCoreConfigInput config)
Wait<ServingEndpointDetailed,ServingEndpointDetailed>
ServingEndpointsAPI. updateConfig(EndpointCoreConfigInput request)
Update a serving endpoint with a new config.ServingEndpointDetailed
ServingEndpointsService. updateConfig(EndpointCoreConfigInput endpointCoreConfigInput)
Update a serving endpoint with a new config.
-