meta
List Metadata Columns
Describes the available metadata columns for a given project_id/run_id.
Response is a list of MetaInfo objects with fields: name is_categorical unique_values unique_values_filtered (if filter applied) n_unique_values n_unique_values_filtered (if filter applied) max min
POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
meta
/
columns
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable 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.5meta_cols
string[] | null
include_stats
boolean
default: falseResponse
200 - application/json
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
inference_name
string | null
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training
, validation
, test
, inference
map_threshold
number
default: 0.5meta
object[]
requiredWas this page helpful?