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;static 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;com.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;FunctionSchema.Builder.mergeFrom(FunctionSchema other) static FunctionSchema.BuilderFunctionSchema.newBuilder(FunctionSchema prototype) CollectionSchema.Builder.setFunctions(int index, FunctionSchema value) repeated .milvus.proto.schema.FunctionSchema functions = 7;Method 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; -
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)