Uses of Class
io.dingodb.common.Common.CreateBinaryIvfFlatParam.Builder
Packages that use Common.CreateBinaryIvfFlatParam.Builder
-
Uses of Common.CreateBinaryIvfFlatParam.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.CreateBinaryIvfFlatParam.BuilderModifier and TypeMethodDescriptionCommon.CreateBinaryIvfFlatParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CreateBinaryIvfFlatParam.Builder.clear()Common.CreateBinaryIvfFlatParam.Builder.clearDimension()dimensions requiredCommon.CreateBinaryIvfFlatParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.CreateBinaryIvfFlatParam.Builder.clearMetricType()only support hammingCommon.CreateBinaryIvfFlatParam.Builder.clearNcentroids()Number of cluster centers (default 2048) requiredCommon.CreateBinaryIvfFlatParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.CreateBinaryIvfFlatParam.Builder.clone()Common.VectorIndexParameter.Builder.getBinaryIvfFlatParameterBuilder().dingodb.pb.common.CreateBinaryIvfFlatParam binary_ivf_flat_parameter = 16;Common.CreateBinaryIvfFlatParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.CreateBinaryIvfFlatParam.Builder.mergeFrom(com.google.protobuf.Message other) Common.CreateBinaryIvfFlatParam.Builder.mergeFrom(Common.CreateBinaryIvfFlatParam other) Common.CreateBinaryIvfFlatParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CreateBinaryIvfFlatParam.newBuilder()Common.CreateBinaryIvfFlatParam.newBuilder(Common.CreateBinaryIvfFlatParam prototype) Common.CreateBinaryIvfFlatParam.newBuilderForType()protected Common.CreateBinaryIvfFlatParam.BuilderCommon.CreateBinaryIvfFlatParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.CreateBinaryIvfFlatParam.Builder.setDimension(int value) dimensions requiredCommon.CreateBinaryIvfFlatParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CreateBinaryIvfFlatParam.Builder.setMetricType(Common.MetricType value) only support hammingCommon.CreateBinaryIvfFlatParam.Builder.setMetricTypeValue(int value) only support hammingCommon.CreateBinaryIvfFlatParam.Builder.setNcentroids(int value) Number of cluster centers (default 2048) requiredCommon.CreateBinaryIvfFlatParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.CreateBinaryIvfFlatParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CreateBinaryIvfFlatParam.toBuilder()Methods in io.dingodb.common with parameters of type Common.CreateBinaryIvfFlatParam.BuilderModifier and TypeMethodDescriptionCommon.VectorIndexParameter.Builder.setBinaryIvfFlatParameter(Common.CreateBinaryIvfFlatParam.Builder builderForValue) .dingodb.pb.common.CreateBinaryIvfFlatParam binary_ivf_flat_parameter = 16;