Preparing search index...
The search index is not available
@arizeai/phoenix-client
@arizeai/phoenix-client
types/datasets
Example
Interface Example
An example is a record to feed into an AI task
interface
Example
{
id
:
string
;
input
:
Record
<
string
,
unknown
>
;
metadata
:
Record
<
string
,
unknown
>
;
output
:
null
|
Record
<
string
,
unknown
>
;
updatedAt
:
Date
;
}
Hierarchy (
View Summary
)
Node
Example
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 is a record to feed into an AI task