Scorable TypeScript SDK - v0.12.1
GitHub
Documentation
Preparing search index...
CreateObjectiveData
Interface CreateObjectiveData
interface
CreateObjectiveData
{
intent
?:
string
;
status
?:
"public"
|
"public_unlisted"
|
"unlisted"
|
"listed"
;
validators
?:
{
evaluator_id
?:
string
;
evaluator_name
?:
string
;
threshold
?:
number
;
}
[]
;
force_create
?:
boolean
;
test_dataset_id
?:
string
;
projectId
?:
string
;
}
Index
Properties
intent?
status?
validators?
force_
create?
test_
dataset_
id?
project
Id?
Properties
Optional
intent
intent
?:
string
Optional
status
status
?:
"public"
|
"public_unlisted"
|
"unlisted"
|
"listed"
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
Optional
project
Id
projectId
?:
string
Project to assign this objective to. Defaults to the org's default project.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
intent
status
validators
force_
create
test_
dataset_
id
project
Id
GitHub
Documentation
Scorable TypeScript SDK - v0.12.1
Loading...
Project to assign this objective to. Defaults to the org's default project.