weaviate-client
    Preparing search index...

    Type Alias BatchObjects<T>

    type BatchObjects<T> = {
        batch: BatchObject<T>[];
        mapped: BatchObjectGRPC[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    batch: BatchObject<T>[]
    mapped: BatchObjectGRPC[]