Uses of Class
io.milvus.grpc.CollectionSchema
Packages that use CollectionSchema
-
Uses of CollectionSchema in io.milvus.grpc
Methods in io.milvus.grpc that return CollectionSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.build()CollectionSchema.Builder.buildPartial()static CollectionSchemaCollectionSchema.getDefaultInstance()CollectionSchema.Builder.getDefaultInstanceForType()CollectionSchema.getDefaultInstanceForType()DescribeCollectionResponse.Builder.getSchema()The schema param when you created collection.DescribeCollectionResponse.getSchema()The schema param when you created collection.DescribeCollectionResponseOrBuilder.getSchema()The schema param when you created collection.static CollectionSchemaCollectionSchema.parseDelimitedFrom(InputStream input) static CollectionSchemaCollectionSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionSchemaCollectionSchema.parseFrom(byte[] data) static CollectionSchemaCollectionSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionSchemaCollectionSchema.parseFrom(com.google.protobuf.ByteString data) static CollectionSchemaCollectionSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionSchemaCollectionSchema.parseFrom(com.google.protobuf.CodedInputStream input) static CollectionSchemaCollectionSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionSchemaCollectionSchema.parseFrom(InputStream input) static CollectionSchemaCollectionSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionSchemaCollectionSchema.parseFrom(ByteBuffer data) static CollectionSchemaCollectionSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type CollectionSchemaModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CollectionSchema> CollectionSchema.getParserForType()static com.google.protobuf.Parser<CollectionSchema> CollectionSchema.parser()Methods in io.milvus.grpc with parameters of type CollectionSchemaModifier and TypeMethodDescriptionCollectionSchema.Builder.mergeFrom(CollectionSchema other) DescribeCollectionResponse.Builder.mergeSchema(CollectionSchema value) The schema param when you created collection.static CollectionSchema.BuilderCollectionSchema.newBuilder(CollectionSchema prototype) DescribeCollectionResponse.Builder.setSchema(CollectionSchema value) The schema param when you created collection. -
Uses of CollectionSchema in io.milvus.v2.utils
Methods in io.milvus.v2.utils with parameters of type CollectionSchemaModifier and TypeMethodDescriptionSchemaUtils.convertFromGrpcCollectionSchema(CollectionSchema schema) -
Uses of CollectionSchema in milvus.proto.msg
Methods in milvus.proto.msg that return CollectionSchemaModifier and TypeMethodDescriptionMsg.ImportMsg.Builder.getSchema().milvus.proto.schema.CollectionSchema schema = 8;Msg.ImportMsg.getSchema().milvus.proto.schema.CollectionSchema schema = 8;Msg.ImportMsgOrBuilder.getSchema().milvus.proto.schema.CollectionSchema schema = 8;Methods in milvus.proto.msg with parameters of type CollectionSchemaModifier and TypeMethodDescriptionMsg.ImportMsg.Builder.mergeSchema(CollectionSchema value) .milvus.proto.schema.CollectionSchema schema = 8;Msg.ImportMsg.Builder.setSchema(CollectionSchema value) .milvus.proto.schema.CollectionSchema schema = 8;