@Generated public enum ServedModelStateDeployment extends Enum<ServedModelStateDeployment>
Enum Constant and Description |
---|
ABORTED |
CREATING |
FAILED |
READY |
RECOVERING |
Modifier and Type | Method and Description |
---|---|
static ServedModelStateDeployment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServedModelStateDeployment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServedModelStateDeployment ABORTED
public static final ServedModelStateDeployment CREATING
public static final ServedModelStateDeployment FAILED
public static final ServedModelStateDeployment READY
public static final ServedModelStateDeployment RECOVERING
public static ServedModelStateDeployment[] values()
for (ServedModelStateDeployment c : ServedModelStateDeployment.values()) System.out.println(c);
public static ServedModelStateDeployment valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.