public static enum ModelRegistry.ModelVersionStatus extends Enum<ModelRegistry.ModelVersionStatus> implements com.google.protobuf.ProtocolMessageEnum
mlflow.ModelVersionStatus
Enum Constant and Description |
---|
FAILED_REGISTRATION
Request to register a new model version has failed.
|
PENDING_REGISTRATION
Request to register a new model version is pending as server performs background tasks.
|
READY
Model version is ready for use.
|
Modifier and Type | Field and Description |
---|---|
static int |
FAILED_REGISTRATION_VALUE
Request to register a new model version has failed.
|
static int |
PENDING_REGISTRATION_VALUE
Request to register a new model version is pending as server performs background tasks.
|
static int |
READY_VALUE
Model version is ready for use.
|
Modifier and Type | Method and Description |
---|---|
static ModelRegistry.ModelVersionStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.ModelVersionStatus> |
internalGetValueMap() |
static ModelRegistry.ModelVersionStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ModelRegistry.ModelVersionStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ModelRegistry.ModelVersionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelRegistry.ModelVersionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelRegistry.ModelVersionStatus PENDING_REGISTRATION
Request to register a new model version is pending as server performs background tasks.
PENDING_REGISTRATION = 1;
public static final ModelRegistry.ModelVersionStatus FAILED_REGISTRATION
Request to register a new model version has failed.
FAILED_REGISTRATION = 2;
public static final ModelRegistry.ModelVersionStatus READY
Model version is ready for use.
READY = 3;
public static final int PENDING_REGISTRATION_VALUE
Request to register a new model version is pending as server performs background tasks.
PENDING_REGISTRATION = 1;
public static final int FAILED_REGISTRATION_VALUE
Request to register a new model version has failed.
FAILED_REGISTRATION = 2;
public static final int READY_VALUE
Model version is ready for use.
READY = 3;
public static ModelRegistry.ModelVersionStatus[] values()
for (ModelRegistry.ModelVersionStatus c : ModelRegistry.ModelVersionStatus.values()) System.out.println(c);
public static ModelRegistry.ModelVersionStatus 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static ModelRegistry.ModelVersionStatus valueOf(int value)
forNumber(int)
instead.public static ModelRegistry.ModelVersionStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.ModelVersionStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ModelRegistry.ModelVersionStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.