Uses of Class
com.databricks.sdk.service.serving.EndpointPendingConfig
-
Packages that use EndpointPendingConfig Package Description com.databricks.sdk.service.serving -
-
Uses of EndpointPendingConfig in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return EndpointPendingConfig Modifier and Type Method Description EndpointPendingConfigServingEndpointDetailed. getPendingConfig()EndpointPendingConfigEndpointPendingConfig. setConfigVersion(Long configVersion)EndpointPendingConfigEndpointPendingConfig. setServedModels(Collection<ServedModelOutput> servedModels)EndpointPendingConfigEndpointPendingConfig. setStartTime(Long startTime)EndpointPendingConfigEndpointPendingConfig. setTrafficConfig(TrafficConfig trafficConfig)Methods in com.databricks.sdk.service.serving with parameters of type EndpointPendingConfig Modifier and Type Method Description ServingEndpointDetailedServingEndpointDetailed. setPendingConfig(EndpointPendingConfig pendingConfig)
-