Uses of Class
org.apache.flink.table.ml.TaskType
-
Packages that use TaskType Package Description org.apache.flink.table.ml -
-
Uses of TaskType in org.apache.flink.table.ml
Methods in org.apache.flink.table.ml that return TaskType Modifier and Type Method Description static TaskTypeTaskType. fromName(String name)static TaskTypeTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskType[]TaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-