PUT
/
projects
/
{project_id}
/
runs
/
{run_id}

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required

Query Parameters

scope
string | null
default:

Body

application/json
name
string | null

Response

200 - application/json
name
string | null
project_id
string | null
created_by
string
required
num_samples
integer
required
winner
boolean
required
dataset_hash
string | null
id
string
required
created_at
string
required
updated_at
string
required
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
last_updated_by
string
required
run_tags
object[]

Was this page helpful?