Uses of Class
com.databricks.sdk.service.serving.EndpointStateConfigUpdate
-
Packages that use EndpointStateConfigUpdate Package Description com.databricks.sdk.service.serving -
-
Uses of EndpointStateConfigUpdate in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return EndpointStateConfigUpdate Modifier and Type Method Description EndpointStateConfigUpdate
EndpointState. getConfigUpdate()
static EndpointStateConfigUpdate
EndpointStateConfigUpdate. valueOf(String name)
Returns the enum constant of this type with the specified name.static EndpointStateConfigUpdate[]
EndpointStateConfigUpdate. 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 EndpointStateConfigUpdate Modifier and Type Method Description EndpointState
EndpointState. setConfigUpdate(EndpointStateConfigUpdate configUpdate)
-