Interface WeaviateProtoBatch.BatchObjectOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoBatch.BatchObject, WeaviateProtoBatch.BatchObject.Builder
Enclosing class:
WeaviateProtoBatch

public static interface WeaviateProtoBatch.BatchObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getVectorList

      @Deprecated List<Float> getVectorList()
      Deprecated.
      weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated float vector = 2 [deprecated = true];
      Returns:
      A list containing the vector.
    • getVectorCount

      @Deprecated int getVectorCount()
      Deprecated.
      weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated float vector = 2 [deprecated = true];
      Returns:
      The count of vector.
    • getVector

      @Deprecated float getVector(int index)
      Deprecated.
      weaviate.v1.BatchObject.vector is deprecated. See v1/batch.proto;l=45
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated float vector = 2 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The vector at the given index.
    • hasProperties

      boolean hasProperties()
      .weaviate.v1.BatchObject.Properties properties = 3;
      Returns:
      Whether the properties field is set.
    • getProperties

      .weaviate.v1.BatchObject.Properties properties = 3;
      Returns:
      The properties.
    • getPropertiesOrBuilder

      .weaviate.v1.BatchObject.Properties properties = 3;
    • getCollection

      String getCollection()
      string collection = 4;
      Returns:
      The collection.
    • getCollectionBytes

      com.google.protobuf.ByteString getCollectionBytes()
      string collection = 4;
      Returns:
      The bytes for collection.
    • getTenant

      String getTenant()
      string tenant = 5;
      Returns:
      The tenant.
    • getTenantBytes

      com.google.protobuf.ByteString getTenantBytes()
      string tenant = 5;
      Returns:
      The bytes for tenant.
    • getVectorBytes

      com.google.protobuf.ByteString getVectorBytes()
      bytes vector_bytes = 6;
      Returns:
      The vectorBytes.
    • getVectorsList

      List<WeaviateProtoBase.Vectors> getVectorsList()
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated .weaviate.v1.Vectors vectors = 23;
    • getVectors

      WeaviateProtoBase.Vectors getVectors(int index)
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated .weaviate.v1.Vectors vectors = 23;
    • getVectorsCount

      int getVectorsCount()
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated .weaviate.v1.Vectors vectors = 23;
    • getVectorsOrBuilderList

      List<? extends WeaviateProtoBase.VectorsOrBuilder> getVectorsOrBuilderList()
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated .weaviate.v1.Vectors vectors = 23;
    • getVectorsOrBuilder

      WeaviateProtoBase.VectorsOrBuilder getVectorsOrBuilder(int index)
       protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
       
      repeated .weaviate.v1.Vectors vectors = 23;