Uses of Class
com.databricks.sdk.service.serving.EndpointCoreConfigOutput
-
Packages that use EndpointCoreConfigOutput Package Description com.databricks.sdk.service.serving -
-
Uses of EndpointCoreConfigOutput in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return EndpointCoreConfigOutput Modifier and Type Method Description EndpointCoreConfigOutput
ServingEndpointDetailed. getConfig()
EndpointCoreConfigOutput
EndpointCoreConfigOutput. setConfigVersion(Long configVersion)
EndpointCoreConfigOutput
EndpointCoreConfigOutput. setServedModels(Collection<ServedModelOutput> servedModels)
EndpointCoreConfigOutput
EndpointCoreConfigOutput. setTrafficConfig(TrafficConfig trafficConfig)
Methods in com.databricks.sdk.service.serving with parameters of type EndpointCoreConfigOutput Modifier and Type Method Description ServingEndpointDetailed
ServingEndpointDetailed. setConfig(EndpointCoreConfigOutput config)
-