Uses of Enum
io.milvus.grpc.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in io.milvus.grpc
Methods in io.milvus.grpc that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataType.forNumber(int value) FieldSchema.Builder.getDataType().milvus.proto.schema.DataType data_type = 5;FieldSchema.getDataType().milvus.proto.schema.DataType data_type = 5;FieldSchemaOrBuilder.getDataType().milvus.proto.schema.DataType data_type = 5;ArrayArray.Builder.getElementType().milvus.proto.schema.DataType element_type = 2;ArrayArray.getElementType().milvus.proto.schema.DataType element_type = 2;ArrayArrayOrBuilder.getElementType().milvus.proto.schema.DataType element_type = 2;FieldSchema.Builder.getElementType()state is `Created`.FieldSchema.getElementType()state is `Created`.FieldSchemaOrBuilder.getElementType()state is `Created`.VectorArray.Builder.getElementType().milvus.proto.schema.DataType element_type = 3;VectorArray.getElementType().milvus.proto.schema.DataType element_type = 3;VectorArrayOrBuilder.getElementType().milvus.proto.schema.DataType element_type = 3;FieldData.Builder.getType().milvus.proto.schema.DataType type = 1;FieldData.getType().milvus.proto.schema.DataType type = 1;FieldDataOrBuilder.getType().milvus.proto.schema.DataType type = 1;static DataTypeDataType.valueOf(int value) Deprecated.static DataTypeDataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DataTypeReturns the enum constant of this type with the specified name.static DataType[]DataType.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 DataTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DataType> DataType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type DataTypeModifier and TypeMethodDescriptionFieldSchema.Builder.setDataType(DataType value) .milvus.proto.schema.DataType data_type = 5;ArrayArray.Builder.setElementType(DataType value) .milvus.proto.schema.DataType element_type = 2;FieldSchema.Builder.setElementType(DataType value) state is `Created`.VectorArray.Builder.setElementType(DataType value) .milvus.proto.schema.DataType element_type = 3;.milvus.proto.schema.DataType type = 1; -
Uses of DataType in io.milvus.param
Methods in io.milvus.param with parameters of type DataTypeModifier and TypeMethodDescriptionParamUtils.convertJsonArray(com.google.gson.JsonArray jsonArray, DataType elementType, String fieldName) static booleanParamUtils.isDenseVectorDataType(DataType dataType) static booleanParamUtils.isVectorDataType(DataType dataType) static ValueFieldParamUtils.objectToValueField(Object obj, DataType dataType) static ObjectParamUtils.valueFieldToObject(ValueField value, DataType dataType) -
Uses of DataType in io.milvus.param.collection
Methods in io.milvus.param.collection with parameters of type DataTypeModifier and TypeMethodDescriptionFieldType.Builder.withDataType(@NonNull DataType dataType) Sets the data type for the field.FieldType.Builder.withElementType(@NonNull DataType elementType) Sets the element type for Array type field. -
Uses of DataType in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection with parameters of type DataTypeModifier and TypeMethodDescriptionCreateSimpleCollectionParam.Builder.withPrimaryFieldType(@NonNull DataType primaryFieldType) Sets the primaryFiled type.