Uses of Enum
io.milvus.grpc.PlaceholderType
Packages that use PlaceholderType
-
Uses of PlaceholderType in io.milvus.grpc
Methods in io.milvus.grpc that return PlaceholderTypeModifier and TypeMethodDescriptionstatic PlaceholderTypePlaceholderType.forNumber(int value) PlaceholderValue.Builder.getType().milvus.proto.common.PlaceholderType type = 2;PlaceholderValue.getType().milvus.proto.common.PlaceholderType type = 2;PlaceholderValueOrBuilder.getType().milvus.proto.common.PlaceholderType type = 2;static PlaceholderTypePlaceholderType.valueOf(int value) Deprecated.static PlaceholderTypePlaceholderType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PlaceholderTypeReturns the enum constant of this type with the specified name.static PlaceholderType[]PlaceholderType.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 PlaceholderTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PlaceholderType> PlaceholderType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type PlaceholderTypeModifier and TypeMethodDescriptionPlaceholderValue.Builder.setType(PlaceholderType value) .milvus.proto.common.PlaceholderType type = 2; -
Uses of PlaceholderType in io.milvus.param
Methods in io.milvus.param with parameters of type PlaceholderTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.ByteStringParamUtils.convertPlaceholder(List<?> vectors, PlaceholderType placeType) -
Uses of PlaceholderType in io.milvus.v2.service.vector.request.data
Methods in io.milvus.v2.service.vector.request.data that return PlaceholderTypeModifier and TypeMethodDescriptionBaseVector.getPlaceholderType()BFloat16Vec.getPlaceholderType()BinaryVec.getPlaceholderType()EmbeddedText.getPlaceholderType()Float16Vec.getPlaceholderType()FloatVec.getPlaceholderType()Int8Vec.getPlaceholderType()SparseFloatVec.getPlaceholderType()