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
{
input
:
Record
<
string
,
unknown
>
;
metadata
:
Record
<
string
,
unknown
>
;
output
:
null
|
Record
<
string
,
unknown
>
;
}
Hierarchy (
View Summary
)
Example
ExampleWithId
Index
Properties
input
metadata
output
Properties
input
input
:
Record
<
string
,
unknown
>
metadata
metadata
:
Record
<
string
,
unknown
>
output
output
:
null
|
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
metadata
output
@arizeai/phoenix-client
Loading...
An example is a record to feed into an AI task