Uses of Enum Class
org.mlflow.api.proto.Service.LoggedModelStatus
Packages that use Service.LoggedModelStatus
-
Uses of Service.LoggedModelStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.LoggedModelStatusModifier and TypeMethodDescriptionstatic Service.LoggedModelStatus
Service.LoggedModelStatus.forNumber
(int value) Service.FinalizeLoggedModel.Builder.getStatus()
Whether or not the model is ready for use.Service.FinalizeLoggedModel.getStatus()
Whether or not the model is ready for use.Service.FinalizeLoggedModelOrBuilder.getStatus()
Whether or not the model is ready for use.Service.LoggedModelInfo.Builder.getStatus()
Whether or not the model is ready for use.Service.LoggedModelInfo.getStatus()
Whether or not the model is ready for use.Service.LoggedModelInfoOrBuilder.getStatus()
Whether or not the model is ready for use.static Service.LoggedModelStatus
Service.LoggedModelStatus.valueOf
(int value) Deprecated.static Service.LoggedModelStatus
Service.LoggedModelStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.LoggedModelStatus
Returns the enum constant of this class with the specified name.static Service.LoggedModelStatus[]
Service.LoggedModelStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Service.LoggedModelStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.LoggedModelStatus>
Service.LoggedModelStatus.internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Service.LoggedModelStatusModifier and TypeMethodDescriptionService.FinalizeLoggedModel.Builder.setStatus
(Service.LoggedModelStatus value) Whether or not the model is ready for use.Service.LoggedModelInfo.Builder.setStatus
(Service.LoggedModelStatus value) Whether or not the model is ready for use.