Uses of Class
com.oracle.bmc.aivision.model.Dataset.DatasetType
-
Packages that use Dataset.DatasetType Package Description com.oracle.bmc.aivision.model -
-
Uses of Dataset.DatasetType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Dataset.DatasetType Modifier and Type Method Description static Dataset.DatasetType
Dataset.DatasetType. create(String key)
static Dataset.DatasetType
Dataset.DatasetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dataset.DatasetType[]
Dataset.DatasetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-