BatchObjectRequest class

A class representing a batch object request.

Use this class to send a batch request for creating or updating multiple objects in Weaviate.

Annotations
  • @JsonSerializable()

Constructors

BatchObjectRequest({required List<WeaviateObject> objects})
Creates a new BatchObjectRequest instance.
BatchObjectRequest.fromJson(Map<String, dynamic> json)
Creates a BatchObjectRequest instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
objects List<WeaviateObject>
The list of Weaviate objects to be created or updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the BatchObjectRequest instance to a JSON map.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited