POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
insights
/
percentage
/
sample

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required
split
enum<string>
required
Available options:
training,
validation,
test,
inference

Query Parameters

inference_name
string
default:
scope
string | null
default:

Body

application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training,
validation,
test,
inference
map_threshold
number
default: 0.5
meta_cols
string[] | null

Response

200 - application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training,
validation,
test,
inference
map_threshold
number
default: 0.5
meta_cols
string[] | null
percentage
number
required
sample_count
integer
required
sample_easy_percentage
number | null
sample_hard_percentage
number | null
sample_misclassified_percentage
number | null
sample_otb_percentage
number | null
sample_drifted_percentage
number | null
span_count
integer | null
span_percentage
number | null
sample_mislabeled_percentage
number | null
gold_box_count
integer | null
gold_box_percentage
number | null
pred_box_count
integer | null
pred_box_percentage
number | null
gold_polygon_count
integer | null
gold_polygon_percentage
number | null
pred_polygon_count
integer | null
pred_polygon_percentage
number | null
sample_error_percentage
number | null
label_noise_pct
number | null
feature_noise_pct
number | null