Uses of Interface
com.databricks.sdk.service.serving.ServingEndpointsService
-
Packages that use ServingEndpointsService Package Description com.databricks.sdk com.databricks.sdk.service.serving -
-
Uses of ServingEndpointsService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type ServingEndpointsService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withServingEndpointsImpl(ServingEndpointsService servingEndpoints)
Replace ServingEndpointsAPI implementation with mock -
Uses of ServingEndpointsService in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServingEndpointsService Modifier and Type Method Description ServingEndpointsService
ServingEndpointsAPI. impl()
Constructors in com.databricks.sdk.service.serving with parameters of type ServingEndpointsService Constructor Description ServingEndpointsAPI(ServingEndpointsService mock)
Constructor for mocks
-