Weaviate · Example Payload

Weaviate Distributed Task Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Distributed Task Example is an example object payload from Weaviate, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idversionstatusstartedAtfinishedAtfinishedNodeserrorpayloadunits

Example Payload

Raw ↑
{
  "id": "example-onmcfpaq",
  "version": 18,
  "status": "example-uncgrjbt",
  "startedAt": "2024-01-01T00:00:00Z",
  "finishedAt": "2024-01-01T00:00:00Z",
  "finishedNodes": [
    "example-ibvegqpq"
  ],
  "error": "example-spaceegy",
  "payload": {},
  "units": [
    {
      "id": "example-id"
    }
  ]
}