Root Signals TypeScript SDK - v0.1.3
GitHub
Documentation
Preparing search index...
CreateJudgeData
Interface CreateJudgeData
interface
CreateJudgeData
{
name
:
string
;
intent
:
string
;
evaluator_references
?:
{
id
:
string
;
version_id
?:
string
}
[]
;
stage
?:
string
;
status
?:
"unlisted"
|
"listed"
|
"public"
|
"public_unlisted"
;
}
Index
Properties
name
intent
evaluator_
references?
stage?
status?
Properties
name
name
:
string
intent
intent
:
string
Optional
evaluator_
references
evaluator_references
?:
{
id
:
string
;
version_id
?:
string
}
[]
Optional
stage
stage
?:
string
Optional
status
status
?:
"unlisted"
|
"listed"
|
"public"
|
"public_unlisted"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
intent
evaluator_
references
stage
status
GitHub
Documentation
Root Signals TypeScript SDK - v0.1.3
Loading...