@Generated public enum ServedModelStateDeployment extends Enum<ServedModelStateDeployment>
Enum Constant and Description |
---|
DEPLOYMENT_ABORTED |
DEPLOYMENT_CREATING |
DEPLOYMENT_FAILED |
DEPLOYMENT_READY |
DEPLOYMENT_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 DEPLOYMENT_ABORTED
public static final ServedModelStateDeployment DEPLOYMENT_CREATING
public static final ServedModelStateDeployment DEPLOYMENT_FAILED
public static final ServedModelStateDeployment DEPLOYMENT_READY
public static final ServedModelStateDeployment DEPLOYMENT_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 © 2023. All rights reserved.