Uses of Class
com.databricks.sdk.service.serving.EndpointStateReady
-
Packages that use EndpointStateReady Package Description com.databricks.sdk.service.serving -
-
Uses of EndpointStateReady in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return EndpointStateReady Modifier and Type Method Description EndpointStateReadyEndpointState. getReady()static EndpointStateReadyEndpointStateReady. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStateReady[]EndpointStateReady. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.serving with parameters of type EndpointStateReady Modifier and Type Method Description EndpointStateEndpointState. setReady(EndpointStateReady ready)
-