HoneyHive TypeScript API SDK
Preparing search index...
BatchCreateDatapointsRequest
Type Alias BatchCreateDatapointsRequest
type
BatchCreateDatapointsRequest
=
{
checkState
?:
{
[
key
:
string
]:
boolean
}
;
dataset_id
?:
string
;
dateRange
?:
{
$gte
?:
string
;
$lte
?:
string
}
;
events
?:
string
[]
;
filters
?:
{
[
key
:
string
]:
unknown
}
|
{
[
key
:
string
]:
unknown
}
[]
;
mapping
?:
{
ground_truth
?:
string
[]
;
history
?:
string
[]
;
inputs
?:
string
[]
;
}
;
selectAll
?:
boolean
;
}
Index
Properties
check
State?
dataset_
id?
date
Range?
events?
filters?
mapping?
select
All?
Properties
Optional
check
State
checkState
?:
{
[
key
:
string
]:
boolean
}
Optional
dataset_
id
dataset_id
?:
string
Optional
date
Range
dateRange
?:
{
$gte
?:
string
;
$lte
?:
string
}
Optional
events
events
?:
string
[]
Deprecated
Optional
filters
filters
?:
{
[
key
:
string
]:
unknown
}
|
{
[
key
:
string
]:
unknown
}
[]
Optional
mapping
mapping
?:
{
ground_truth
?:
string
[]
;
history
?:
string
[]
;
inputs
?:
string
[]
}
Type Declaration
Optional
ground_truth
?:
string
[]
Default
[]
Copy
Optional
history
?:
string
[]
Default
[]
Copy
Optional
inputs
?:
string
[]
Default
[]
Copy
Deprecated
Optional
select
All
selectAll
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
State
dataset_
id
date
Range
events
filters
mapping
select
All
HoneyHive TypeScript API SDK
Loading...
Deprecated