Class QueryEndpointResponse
- java.lang.Object
-
- com.databricks.sdk.service.serving.QueryEndpointResponse
-
@Generated public class QueryEndpointResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryEndpointResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<Object>
getPredictions()
int
hashCode()
QueryEndpointResponse
setPredictions(Collection<Object> predictions)
String
toString()
-
-
-
Method Detail
-
setPredictions
public QueryEndpointResponse setPredictions(Collection<Object> predictions)
-
getPredictions
public Collection<Object> getPredictions()
-
-