Weaviate · Example Payload

Weaviate Classification Meta Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

startedcompletedcountcountSucceededcountFailed

Example Payload

Raw ↑
{
  "started": "2017-07-21T17:32:28Z",
  "completed": "2017-07-21T17:32:28Z",
  "count": 147,
  "countSucceeded": 140,
  "countFailed": 7
}