public static enum WorkAllocations.JobType extends java.lang.Enum<WorkAllocations.JobType>
| Enum Constant and Description |
|---|
Dynamic |
HyperparamSearch |
ModelBuild |
Selection |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static WorkAllocations.JobType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkAllocations.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkAllocations.JobType Unknown
public static final WorkAllocations.JobType ModelBuild
public static final WorkAllocations.JobType HyperparamSearch
public static final WorkAllocations.JobType Selection
public static final WorkAllocations.JobType Dynamic
public static WorkAllocations.JobType[] values()
for (WorkAllocations.JobType c : WorkAllocations.JobType.values()) System.out.println(c);
public static WorkAllocations.JobType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null