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 EndpointCoreConfigInputCreateServingEndpoint. getConfig()EndpointCoreConfigInputEndpointCoreConfigInput. setName(String name)EndpointCoreConfigInputEndpointCoreConfigInput. setServedModels(Collection<ServedModelInput> servedModels)EndpointCoreConfigInputEndpointCoreConfigInput. 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)CreateServingEndpointCreateServingEndpoint. setConfig(EndpointCoreConfigInput config)Wait<ServingEndpointDetailed,ServingEndpointDetailed>ServingEndpointsAPI. updateConfig(EndpointCoreConfigInput request)Update a serving endpoint with a new config.ServingEndpointDetailedServingEndpointsService. updateConfig(EndpointCoreConfigInput endpointCoreConfigInput)Update a serving endpoint with a new config.
-