weaviate-client
Preparing search index...
GroupedTask
Type Alias GroupedTask<T>
type
GroupedTask
<
T
>
=
{
imageProperties
?:
string
[]
;
images
?:
(
string
|
Buffer
)
[]
;
metadata
?:
boolean
;
nonBlobProperties
?:
T
extends
undefined
?
string
[]
:
(
keyof
T
)
[]
;
prompt
:
string
;
}
Type Parameters
T
Index
Properties
image
Properties?
images?
metadata?
non
Blob
Properties?
prompt
Properties
Optional
image
Properties
imageProperties
?:
string
[]
Optional
images
images
?:
(
string
|
Buffer
)
[]
Optional
metadata
metadata
?:
boolean
Optional
non
Blob
Properties
nonBlobProperties
?:
T
extends
undefined
?
string
[]
:
(
keyof
T
)
[]
prompt
prompt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
image
Properties
images
metadata
non
Blob
Properties
prompt
weaviate-client
Loading...