Root Signals TypeScript SDK - v0.1.2
GitHub
Documentation
Preparing search index...
CreateObjectiveData
Interface CreateObjectiveData
interface
CreateObjectiveData
{
intent
?:
string
;
status
?:
"unlisted"
|
"listed"
|
"public"
|
"public_unlisted"
;
validators
?:
{
evaluator_id
?:
string
;
evaluator_name
?:
string
;
threshold
?:
number
;
}
[]
;
force_create
?:
boolean
;
test_dataset_id
?:
string
;
}
Index
Properties
intent?
status?
validators?
force_
create?
test_
dataset_
id?
Properties
Optional
intent
intent
?:
string
Optional
status
status
?:
"unlisted"
|
"listed"
|
"public"
|
"public_unlisted"
Optional
validators
validators
?:
{
evaluator_id
?:
string
;
evaluator_name
?:
string
;
threshold
?:
number
;
}
[]
Optional
force_
create
force_create
?:
boolean
Optional
test_
dataset_
id
test_dataset_id
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
intent
status
validators
force_
create
test_
dataset_
id
GitHub
Documentation
Root Signals TypeScript SDK - v0.1.2
Loading...