@Generated public enum LoggedModelStatus extends Enum<LoggedModelStatus>
| Enum Constant and Description |
|---|
LOGGED_MODEL_PENDING |
LOGGED_MODEL_READY |
LOGGED_MODEL_UPLOAD_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static LoggedModelStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggedModelStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggedModelStatus LOGGED_MODEL_PENDING
public static final LoggedModelStatus LOGGED_MODEL_READY
public static final LoggedModelStatus LOGGED_MODEL_UPLOAD_FAILED
public static LoggedModelStatus[] values()
for (LoggedModelStatus c : LoggedModelStatus.values()) System.out.println(c);
public static LoggedModelStatus 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 © 2025. All rights reserved.