Uses of Class
com.databricks.sdk.service.ml.SearchExperimentsViewType
-
Packages that use SearchExperimentsViewType Package Description com.databricks.sdk.service.ml -
-
Uses of SearchExperimentsViewType in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return SearchExperimentsViewType Modifier and Type Method Description SearchExperimentsViewTypeSearchExperiments. getViewType()static SearchExperimentsViewTypeSearchExperimentsViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchExperimentsViewType[]SearchExperimentsViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.ml with parameters of type SearchExperimentsViewType Modifier and Type Method Description SearchExperimentsSearchExperiments. setViewType(SearchExperimentsViewType viewType)
-