Uses of Class
com.oracle.bmc.datascience.requests.ListModelVersionSetsRequest.Category
-
Packages that use ListModelVersionSetsRequest.Category Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListModelVersionSetsRequest.Category in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelVersionSetsRequest.Category Modifier and Type Method Description static ListModelVersionSetsRequest.CategoryListModelVersionSetsRequest.Category. create(String key)ListModelVersionSetsRequest.CategoryListModelVersionSetsRequest. getCategory()Specifies the type of model version sets to list.static ListModelVersionSetsRequest.CategoryListModelVersionSetsRequest.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static ListModelVersionSetsRequest.Category[]ListModelVersionSetsRequest.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 ListModelVersionSetsRequest.Category Modifier and Type Method Description ListModelVersionSetsRequest.BuilderListModelVersionSetsRequest.Builder. category(ListModelVersionSetsRequest.Category category)Specifies the type of model version sets to list.
-