weaviate-client
Preparing search index...
BatchObject
Type Alias BatchObject<T>
type
BatchObject
<
T
>
=
{
collection
:
string
;
id
?:
string
;
properties
?:
NonReferenceInputs
<
T
>
;
references
?:
ReferenceInputs
<
T
>
;
tenant
?:
string
;
vectors
?:
number
[]
|
Vectors
;
}
Type Parameters
T
Index
Properties
collection
id?
properties?
references?
tenant?
vectors?
Properties
collection
collection
:
string
Optional
id
id
?:
string
Optional
properties
properties
?:
NonReferenceInputs
<
T
>
Optional
references
references
?:
ReferenceInputs
<
T
>
Optional
tenant
tenant
?:
string
Optional
vectors
vectors
?:
number
[]
|
Vectors
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
id
properties
references
tenant
vectors
weaviate-client
Loading...