Class BatchVectorDataMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<List<Float>>>
io.metaloom.qdrant.client.http.model.point.BatchVectorDataMap
All Implemented Interfaces:
BatchVectorData, RestModel, Serializable, Cloneable, Map<String,List<List<Float>>>

public class BatchVectorDataMap extends HashMap<String,List<List<Float>>> implements BatchVectorData
See Also:
  • Constructor Details

    • BatchVectorDataMap

      public BatchVectorDataMap()