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