Uses of Class
io.milvus.grpc.FunctionScore.Builder
Packages that use FunctionScore.Builder
-
Uses of FunctionScore.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return FunctionScore.BuilderModifier and TypeMethodDescriptionFunctionScore.Builder.addAllFunctions(Iterable<? extends FunctionSchema> values) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addAllParams(Iterable<? extends KeyValuePair> values) may be supported in the future, so repeated is used here.FunctionScore.Builder.addFunctions(int index, FunctionSchema value) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctions(int index, FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctions(FunctionSchema value) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctions(FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addParams(int index, KeyValuePair value) may be supported in the future, so repeated is used here.FunctionScore.Builder.addParams(int index, KeyValuePair.Builder builderForValue) may be supported in the future, so repeated is used here.FunctionScore.Builder.addParams(KeyValuePair value) may be supported in the future, so repeated is used here.FunctionScore.Builder.addParams(KeyValuePair.Builder builderForValue) may be supported in the future, so repeated is used here.FunctionScore.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionScore.Builder.clear()FunctionScore.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FunctionScore.Builder.clearFunctions()Currently only a single function is supported, and multiple functionsFunctionScore.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FunctionScore.Builder.clearParams()may be supported in the future, so repeated is used here.FunctionScore.Builder.clone()HybridSearchRequest.Builder.getFunctionScoreBuilder().milvus.proto.schema.FunctionScore function_score = 13;SearchRequest.Builder.getFunctionScoreBuilder().milvus.proto.schema.FunctionScore function_score = 19;FunctionScore.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FunctionScore.Builder.mergeFrom(com.google.protobuf.Message other) FunctionScore.Builder.mergeFrom(FunctionScore other) final FunctionScore.BuilderFunctionScore.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FunctionScore.BuilderFunctionScore.newBuilder()static FunctionScore.BuilderFunctionScore.newBuilder(FunctionScore prototype) FunctionScore.newBuilderForType()protected FunctionScore.BuilderFunctionScore.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FunctionScore.Builder.removeFunctions(int index) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.removeParams(int index) may be supported in the future, so repeated is used here.FunctionScore.Builder.setFunctions(int index, FunctionSchema value) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.setFunctions(int index, FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.setParams(int index, KeyValuePair value) may be supported in the future, so repeated is used here.FunctionScore.Builder.setParams(int index, KeyValuePair.Builder builderForValue) may be supported in the future, so repeated is used here.FunctionScore.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final FunctionScore.BuilderFunctionScore.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FunctionScore.toBuilder()Methods in io.milvus.grpc with parameters of type FunctionScore.BuilderModifier and TypeMethodDescriptionHybridSearchRequest.Builder.setFunctionScore(FunctionScore.Builder builderForValue) .milvus.proto.schema.FunctionScore function_score = 13;SearchRequest.Builder.setFunctionScore(FunctionScore.Builder builderForValue) .milvus.proto.schema.FunctionScore function_score = 19;