Uses of Class
io.milvus.grpc.FunctionSchema.Builder
Packages that use FunctionSchema.Builder
-
Uses of FunctionSchema.Builder in io.milvus.grpc
Methods in io.milvus.grpc that return FunctionSchema.BuilderModifier and TypeMethodDescriptionFunctionSchema.Builder.addAllInputFieldIds(Iterable<? extends Long> values) repeated int64 input_field_ids = 6;FunctionSchema.Builder.addAllInputFieldNames(Iterable<String> values) repeated string input_field_names = 5;FunctionSchema.Builder.addAllOutputFieldIds(Iterable<? extends Long> values) repeated int64 output_field_ids = 8;FunctionSchema.Builder.addAllOutputFieldNames(Iterable<String> values) repeated string output_field_names = 7;FunctionSchema.Builder.addAllParams(Iterable<? extends KeyValuePair> values) repeated .milvus.proto.common.KeyValuePair params = 9;CollectionSchema.Builder.addFunctionsBuilder()repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchema.Builder.addFunctionsBuilder(int index) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.addFunctionsBuilder()Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctionsBuilder(int index) Currently only a single function is supported, and multiple functionsFunctionSchema.Builder.addInputFieldIds(long value) repeated int64 input_field_ids = 6;FunctionSchema.Builder.addInputFieldNames(String value) repeated string input_field_names = 5;FunctionSchema.Builder.addInputFieldNamesBytes(com.google.protobuf.ByteString value) repeated string input_field_names = 5;FunctionSchema.Builder.addOutputFieldIds(long value) repeated int64 output_field_ids = 8;FunctionSchema.Builder.addOutputFieldNames(String value) repeated string output_field_names = 7;FunctionSchema.Builder.addOutputFieldNamesBytes(com.google.protobuf.ByteString value) repeated string output_field_names = 7;FunctionSchema.Builder.addParams(int index, KeyValuePair value) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.addParams(int index, KeyValuePair.Builder builderForValue) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.addParams(KeyValuePair value) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.addParams(KeyValuePair.Builder builderForValue) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionSchema.Builder.clear()FunctionSchema.Builder.clearDescription()string description = 3;FunctionSchema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FunctionSchema.Builder.clearId()int64 id = 2;FunctionSchema.Builder.clearInputFieldIds()repeated int64 input_field_ids = 6;FunctionSchema.Builder.clearInputFieldNames()repeated string input_field_names = 5;FunctionSchema.Builder.clearName()string name = 1;FunctionSchema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FunctionSchema.Builder.clearOutputFieldIds()repeated int64 output_field_ids = 8;FunctionSchema.Builder.clearOutputFieldNames()repeated string output_field_names = 7;FunctionSchema.Builder.clearParams()repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.clearType().milvus.proto.schema.FunctionType type = 4;FunctionSchema.Builder.clone()CollectionSchema.Builder.getFunctionsBuilder(int index) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.getFunctionsBuilder(int index) Currently only a single function is supported, and multiple functionsFunctionSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FunctionSchema.Builder.mergeFrom(com.google.protobuf.Message other) FunctionSchema.Builder.mergeFrom(FunctionSchema other) final FunctionSchema.BuilderFunctionSchema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FunctionSchema.BuilderFunctionSchema.newBuilder()static FunctionSchema.BuilderFunctionSchema.newBuilder(FunctionSchema prototype) FunctionSchema.newBuilderForType()protected FunctionSchema.BuilderFunctionSchema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FunctionSchema.Builder.removeParams(int index) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.setDescription(String value) string description = 3;FunctionSchema.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) string description = 3;FunctionSchema.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionSchema.Builder.setId(long value) int64 id = 2;FunctionSchema.Builder.setInputFieldIds(int index, long value) repeated int64 input_field_ids = 6;FunctionSchema.Builder.setInputFieldNames(int index, String value) repeated string input_field_names = 5;string name = 1;FunctionSchema.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;FunctionSchema.Builder.setOutputFieldIds(int index, long value) repeated int64 output_field_ids = 8;FunctionSchema.Builder.setOutputFieldNames(int index, String value) repeated string output_field_names = 7;FunctionSchema.Builder.setParams(int index, KeyValuePair value) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.setParams(int index, KeyValuePair.Builder builderForValue) repeated .milvus.proto.common.KeyValuePair params = 9;FunctionSchema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FunctionSchema.Builder.setType(FunctionType value) .milvus.proto.schema.FunctionType type = 4;FunctionSchema.Builder.setTypeValue(int value) .milvus.proto.schema.FunctionType type = 4;final FunctionSchema.BuilderFunctionSchema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FunctionSchema.toBuilder()Methods in io.milvus.grpc that return types with arguments of type FunctionSchema.BuilderModifier and TypeMethodDescriptionCollectionSchema.Builder.getFunctionsBuilderList()repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.getFunctionsBuilderList()Currently only a single function is supported, and multiple functionsMethods in io.milvus.grpc with parameters of type FunctionSchema.BuilderModifier and TypeMethodDescriptionCollectionSchema.Builder.addFunctions(int index, FunctionSchema.Builder builderForValue) repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchema.Builder.addFunctions(FunctionSchema.Builder builderForValue) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.addFunctions(int index, FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctions(FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functionsCollectionSchema.Builder.setFunctions(int index, FunctionSchema.Builder builderForValue) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.setFunctions(int index, FunctionSchema.Builder builderForValue) Currently only a single function is supported, and multiple functions