All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pinecone.proto.NamespaceSummaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vector_service.proto

// Protobuf Java Version: 3.25.3
package io.pinecone.proto;

public interface NamespaceSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:NamespaceSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The number of vectors stored in this namespace. Note that updates to this field may lag behind updates to the
   * underlying index and corresponding query results, etc.
   * 
* * uint32 vector_count = 1; * @return The vectorCount. */ int getVectorCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy