Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
types/annotations
AnnotationResult
Type Alias AnnotationResult
The result of an annotation from an author (e.x. an LLM or human)
type
AnnotationResult
=
{
explanation
?:
string
|
null
;
label
?:
string
|
null
;
score
?:
number
|
null
;
}
Index
Properties
explanation?
label?
score?
Properties
Optional
explanation
explanation
?:
string
|
null
Optional
label
label
?:
string
|
null
Optional
score
score
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
explanation
label
score
Arize Phoenix TS
Loading...
The result of an annotation from an author (e.x. an LLM or human)