CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clear() |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearDimension()
uint32 dimension = 1;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 2;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 3;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clearQuantizeType()
string quantize_type = 4;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.clone() |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.mergeFrom(CollectionInfo.VectorParam other) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.mergeFrom(com.google.protobuf.Message other) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.newBuilder() |
static CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.newBuilder(CollectionInfo.VectorParam prototype) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.newBuilderForType() |
protected CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setDimension(int value)
uint32 dimension = 1;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setDtype(CollectionInfo.DataType value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 2;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setDtypeValue(int value)
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 2;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setMetric(CollectionInfo.Metric value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 3;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setMetricValue(int value)
.proxima.dashvector.proto.CollectionInfo.Metric metric = 3;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setQuantizeType(String value)
string quantize_type = 4;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setQuantizeTypeBytes(com.google.protobuf.ByteString value)
string quantize_type = 4;
|
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CollectionInfo.VectorParam.Builder |
CollectionInfo.VectorParam.toBuilder() |