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