Class EndpointState
- java.lang.Object
-
- com.databricks.sdk.service.serving.EndpointState
-
@Generated public class EndpointState extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EndpointStateConfigUpdategetConfigUpdate()EndpointStateReadygetReady()inthashCode()EndpointStatesetConfigUpdate(EndpointStateConfigUpdate configUpdate)EndpointStatesetReady(EndpointStateReady ready)StringtoString()
-
-
-
Method Detail
-
setConfigUpdate
public EndpointState setConfigUpdate(EndpointStateConfigUpdate configUpdate)
-
getConfigUpdate
public EndpointStateConfigUpdate getConfigUpdate()
-
setReady
public EndpointState setReady(EndpointStateReady ready)
-
getReady
public EndpointStateReady getReady()
-
-