Uses of Class
com.oracle.bmc.datascience.requests.ListModelsRequest.Category
-
Packages that use ListModelsRequest.Category Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListModelsRequest.Category in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelsRequest.Category Modifier and Type Method Description static ListModelsRequest.Category
ListModelsRequest.Category. create(String key)
ListModelsRequest.Category
ListModelsRequest. getCategory()
Specifies the type of models to list.static ListModelsRequest.Category
ListModelsRequest.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListModelsRequest.Category[]
ListModelsRequest.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.requests with parameters of type ListModelsRequest.Category Modifier and Type Method Description ListModelsRequest.Builder
ListModelsRequest.Builder. category(ListModelsRequest.Category category)
Specifies the type of models to list.
-