Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
Modifier and Type | Method and Description |
---|---|
static ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersionStatus.forNumber(int value) |
ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersionOrBuilder.getStatus()
Current status of ``model_version``
|
ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersion.getStatus()
Current status of ``model_version``
|
ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersion.Builder.getStatus()
Current status of ``model_version``
|
static ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersionStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ModelRegistry.ModelVersionStatus |
ModelRegistry.ModelVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelRegistry.ModelVersionStatus[] |
ModelRegistry.ModelVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.ModelVersionStatus> |
ModelRegistry.ModelVersionStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ModelRegistry.ModelVersion.Builder |
ModelRegistry.ModelVersion.Builder.setStatus(ModelRegistry.ModelVersionStatus value)
Current status of ``model_version``
|
Copyright © 2021. All rights reserved.