Uses of Class
io.milvus.grpc.FunctionSchema
Packages that use FunctionSchema
-
Uses of FunctionSchema in io.milvus.grpc
Methods in io.milvus.grpc that return FunctionSchemaModifier and TypeMethodDescriptionFunctionSchema.Builder.build()FunctionSchema.Builder.buildPartial()static FunctionSchemaFunctionSchema.getDefaultInstance()FunctionSchema.Builder.getDefaultInstanceForType()FunctionSchema.getDefaultInstanceForType()CollectionSchema.Builder.getFunctions(int index) repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchema.getFunctions(int index) repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchemaOrBuilder.getFunctions(int index) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.getFunctions(int index) Currently only a single function is supported, and multiple functionsFunctionScore.getFunctions(int index) Currently only a single function is supported, and multiple functionsFunctionScoreOrBuilder.getFunctions(int index) Currently only a single function is supported, and multiple functionsstatic FunctionSchemaFunctionSchema.parseDelimitedFrom(InputStream input) static FunctionSchemaFunctionSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionSchemaFunctionSchema.parseFrom(byte[] data) static FunctionSchemaFunctionSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionSchemaFunctionSchema.parseFrom(com.google.protobuf.ByteString data) static FunctionSchemaFunctionSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionSchemaFunctionSchema.parseFrom(com.google.protobuf.CodedInputStream input) static FunctionSchemaFunctionSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionSchemaFunctionSchema.parseFrom(InputStream input) static FunctionSchemaFunctionSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionSchemaFunctionSchema.parseFrom(ByteBuffer data) static FunctionSchemaFunctionSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type FunctionSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.getFunctionsList()repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchema.getFunctionsList()repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchemaOrBuilder.getFunctionsList()repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.getFunctionsList()Currently only a single function is supported, and multiple functionsFunctionScore.getFunctionsList()Currently only a single function is supported, and multiple functionsFunctionScoreOrBuilder.getFunctionsList()Currently only a single function is supported, and multiple functionscom.google.protobuf.Parser<FunctionSchema> FunctionSchema.getParserForType()static com.google.protobuf.Parser<FunctionSchema> FunctionSchema.parser()Methods in io.milvus.grpc with parameters of type FunctionSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.addFunctions(int index, FunctionSchema value) repeated .milvus.proto.schema.FunctionSchema functions = 7;CollectionSchema.Builder.addFunctions(FunctionSchema value) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.addFunctions(int index, FunctionSchema value) Currently only a single function is supported, and multiple functionsFunctionScore.Builder.addFunctions(FunctionSchema value) Currently only a single function is supported, and multiple functionsFunctionSchema.Builder.mergeFrom(FunctionSchema other) static FunctionSchema.BuilderFunctionSchema.newBuilder(FunctionSchema prototype) CollectionSchema.Builder.setFunctions(int index, FunctionSchema value) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.setFunctions(int index, FunctionSchema value) Currently only a single function is supported, and multiple functionsMethod parameters in io.milvus.grpc with type arguments of type FunctionSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.addAllFunctions(Iterable<? extends FunctionSchema> values) repeated .milvus.proto.schema.FunctionSchema functions = 7;FunctionScore.Builder.addAllFunctions(Iterable<? extends FunctionSchema> values) Currently only a single function is supported, and multiple functions -
Uses of FunctionSchema in io.milvus.v2.utils
Methods in io.milvus.v2.utils that return FunctionSchemaModifier and TypeMethodDescriptionstatic FunctionSchemaSchemaUtils.convertToGrpcFunction(CreateCollectionReq.Function function) Methods in io.milvus.v2.utils with parameters of type FunctionSchemaModifier and TypeMethodDescriptionstatic CreateCollectionReq.FunctionSchemaUtils.convertFromGrpcFunction(FunctionSchema functionSchema)