Preparing search index...
The search index is not available
Arize Phoenix TS
Arize Phoenix TS
@arizeai/phoenix-client
types/datasets
Example
Interface Example
An example is a record to feed into an AI task
interface
Example
{
input
:
Record
<
string
,
unknown
>
;
metadata
?:
null
|
Record
<
string
,
unknown
>
;
output
?:
null
|
Record
<
string
,
unknown
>
;
splits
?:
null
|
string
|
string
[]
;
}
Hierarchy (
View Summary
)
Example
ExampleWithId
Index
Properties
input
metadata?
output?
splits?
Properties
input
input
:
Record
<
string
,
unknown
>
Optional
metadata
metadata
?:
null
|
Record
<
string
,
unknown
>
Optional
output
output
?:
null
|
Record
<
string
,
unknown
>
Optional
splits
splits
?:
null
|
string
|
string
[]
Split assignment for this example. Can be:
A single string for one split: "train"
An array of strings for multiple splits: ["train", "easy"]
null for no split assignment
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
input
metadata
output
splits
Arize Phoenix TS
Loading...
An example is a record to feed into an AI task