Uses of Class
com.databricks.sdk.service.compute.ResultType
-
Packages that use ResultType Package Description com.databricks.sdk.service.compute -
-
Uses of ResultType in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ResultType Modifier and Type Method Description ResultTypeResults. getResultType()static ResultTypeResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultType[]ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type ResultType Modifier and Type Method Description ResultsResults. setResultType(ResultType resultType)
-