HoneyHive TypeScript API SDK
Preparing search index...
UpdateDatapointRequest
Type Alias UpdateDatapointRequest
type
UpdateDatapointRequest
=
{
ground_truth
?:
{
[
key
:
string
]:
unknown
}
;
history
?:
{
[
key
:
string
]:
unknown
}
[]
;
inputs
?:
{
[
key
:
string
]:
unknown
}
;
linked_datasets
?:
string
[]
;
linked_event
?:
string
;
metadata
?:
{
[
key
:
string
]:
unknown
}
;
}
Index
Properties
ground_
truth?
history?
inputs?
linked_
datasets?
linked_
event?
metadata?
Properties
Optional
ground_
truth
ground_truth
?:
{
[
key
:
string
]:
unknown
}
Optional
history
history
?:
{
[
key
:
string
]:
unknown
}
[]
Optional
inputs
inputs
?:
{
[
key
:
string
]:
unknown
}
Optional
linked_
datasets
linked_datasets
?:
string
[]
Optional
linked_
event
linked_event
?:
string
Optional
metadata
metadata
?:
{
[
key
:
string
]:
unknown
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ground_
truth
history
inputs
linked_
datasets
linked_
event
metadata
HoneyHive TypeScript API SDK
Loading...