Preparing search index...
The search index is not available
@arizeai/phoenix-client
@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
External
Theme
OS
Light
Dark
On This Page
Properties
id
input
metadata
output
updated
At
@arizeai/phoenix-client
Loading...
An example that has been synced to the server