POST
/
jobs

Authorizations

Galileo-API-Key
string
headerrequired

Query Parameters

scope
string | null
default:

Body

application/json
project_id
string
required
run_id
string
required
job_id
string | null
job_name
string
default: default
user_id
string | null
task_type
enum<integer> | null

Valid task types for modeling.

We store these as ints instead of strings because we will be looking this up in the database frequently.

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
labels
ner_labels
string[] | null
tasks
string[] | null
non_inference_logged
boolean
default: false
migration_name
string | null
xray
boolean
default: true
process_existing_inference_runs
boolean
default: false
feature_names
string[] | null
prompt_dataset_id
string | null
prompt_template_version_id
string | null
monitor_batch_id
string | null
protect_trace_id
string | null
protect_scorer_payload
file | null
prompt_settings
object | null

Prompt run settings.

prompt_scorers_configuration
object | null

Configure which scorers to enable for a particular prompt run.

The keys here are sorted by their approximate execution time to execute the scorers that we anticipate will be the fastest first, and the slowest last.

prompt_registered_scorers_configuration
object[] | null
prompt_customized_scorers_configuration
object[] | null
prompt_scorer_settings
object | null
prompt_optimization_configuration
object | null

Configuration for prompt optimization.

epoch
integer
default: 0

Response

200 - application/json
project_id
string
required
run_id
string
required
job_id
string | null
job_name
string
default: default
user_id
string | null
task_type
enum<integer> | null

Valid task types for modeling.

We store these as ints instead of strings because we will be looking this up in the database frequently.

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
labels
ner_labels
string[] | null
tasks
string[] | null
non_inference_logged
boolean
default: false
migration_name
string | null
xray
boolean
default: true
process_existing_inference_runs
boolean
default: false
feature_names
string[] | null
prompt_dataset_id
string | null
prompt_template_version_id
string | null
monitor_batch_id
string | null
protect_trace_id
string | null
protect_scorer_payload
file | null
prompt_settings
object | null

Prompt run settings.

prompt_scorers_configuration
object | null

Configure which scorers to enable for a particular prompt run.

The keys here are sorted by their approximate execution time to execute the scorers that we anticipate will be the fastest first, and the slowest last.

prompt_registered_scorers_configuration
object[] | null
prompt_customized_scorers_configuration
object[] | null
prompt_scorer_settings
object | null
prompt_optimization_configuration
object | null

Configuration for prompt optimization.

epoch
integer
default: 0
message
string
required
link
string
required