Uses of Class
org.mlflow.internal.proto.Internal.InputVertexType
-
Packages that use Internal.InputVertexType Package Description org.mlflow.internal.proto -
-
Uses of Internal.InputVertexType in org.mlflow.internal.proto
Methods in org.mlflow.internal.proto that return Internal.InputVertexType Modifier and Type Method Description static Internal.InputVertexType
Internal.InputVertexType. forNumber(int value)
static Internal.InputVertexType
Internal.InputVertexType. valueOf(int value)
Deprecated.static Internal.InputVertexType
Internal.InputVertexType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Internal.InputVertexType
Internal.InputVertexType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Internal.InputVertexType[]
Internal.InputVertexType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mlflow.internal.proto that return types with arguments of type Internal.InputVertexType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Internal.InputVertexType>
Internal.InputVertexType. internalGetValueMap()
-