Uses of Class
com.oracle.bmc.datascience.requests.ListModelVersionSetsRequest.SortBy
-
Packages that use ListModelVersionSetsRequest.SortBy Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListModelVersionSetsRequest.SortBy in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelVersionSetsRequest.SortBy Modifier and Type Method Description static ListModelVersionSetsRequest.SortByListModelVersionSetsRequest.SortBy. create(String key)ListModelVersionSetsRequest.SortByListModelVersionSetsRequest. getSortBy()Specifies the field to sort by.static ListModelVersionSetsRequest.SortByListModelVersionSetsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListModelVersionSetsRequest.SortBy[]ListModelVersionSetsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListModelVersionSetsRequest.BuilderListModelVersionSetsRequest.Builder. sortBy(ListModelVersionSetsRequest.SortBy sortBy)Specifies the field to sort by.
-