Class ListEndpointsResponse
- java.lang.Object
-
- com.databricks.sdk.service.serving.ListEndpointsResponse
-
@Generated public class ListEndpointsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListEndpointsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<ServingEndpoint>getEndpoints()inthashCode()ListEndpointsResponsesetEndpoints(Collection<ServingEndpoint> endpoints)StringtoString()
-
-
-
Method Detail
-
setEndpoints
public ListEndpointsResponse setEndpoints(Collection<ServingEndpoint> endpoints)
-
getEndpoints
public Collection<ServingEndpoint> getEndpoints()
-
-