Uses of Class
com.databricks.sdk.service.serving.QueryEndpointResponse
-
Packages that use QueryEndpointResponse Package Description com.databricks.sdk.service.serving -
-
Uses of QueryEndpointResponse in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return QueryEndpointResponse Modifier and Type Method Description QueryEndpointResponse
ServingEndpointsAPI. query(QueryRequest request)
Query a serving endpoint with provided model input.QueryEndpointResponse
ServingEndpointsAPI. query(String name)
QueryEndpointResponse
ServingEndpointsService. query(QueryRequest queryRequest)
Query a serving endpoint with provided model input.QueryEndpointResponse
QueryEndpointResponse. setPredictions(Collection<Object> predictions)
-