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