Class UpsertResponse

java.lang.Object
io.quarkiverse.langchain4j.pinecone.runtime.UpsertResponse

public class UpsertResponse extends Object
Represents a response to an Upsert operation. See the API documentation.
  • Constructor Details

    • UpsertResponse

      public UpsertResponse(long upsertedCount)
  • Method Details

    • getUpsertedCount

      public long getUpsertedCount()