Preparing search index...
The search index is not available
Arize Phoenix TS
Arize Phoenix TS
@arizeai/phoenix-client
types/datasets
ExampleWithId
Interface ExampleWithId
An example that has been synced to the server
interface
ExampleWithId
{
id
:
string
;
input
:
Record
<
string
,
unknown
>
;
metadata
:
Record
<
string
,
unknown
>
;
output
:
null
|
Record
<
string
,
unknown
>
;
updatedAt
:
Date
;
}
Hierarchy (
View Summary
)
Example
Node
ExampleWithId
Index
Properties
id
input
metadata
output
updated
At
Properties
id
id
:
string
input
input
:
Record
<
string
,
unknown
>
metadata
metadata
:
Record
<
string
,
unknown
>
output
output
:
null
|
Record
<
string
,
unknown
>
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
input
metadata
output
updated
At
Arize Phoenix TS
Loading...
An example that has been synced to the server