Uses of Enum
io.milvus.grpc.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in io.milvus.grpc
Methods in io.milvus.grpc that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionTypeFunctionType.forNumber(int value) FunctionSchema.Builder.getType().milvus.proto.schema.FunctionType type = 4;FunctionSchema.getType().milvus.proto.schema.FunctionType type = 4;FunctionSchemaOrBuilder.getType().milvus.proto.schema.FunctionType type = 4;static FunctionTypeFunctionType.valueOf(int value) Deprecated.static FunctionTypeFunctionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FunctionTypeReturns the enum constant of this type with the specified name.static FunctionType[]FunctionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type FunctionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FunctionType> FunctionType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type FunctionTypeModifier and TypeMethodDescriptionFunctionSchema.Builder.setType(FunctionType value) .milvus.proto.schema.FunctionType type = 4;