compareRunEvents
compareRunEvents(Compare events between two experiment runs Retrieve and compare events between two experiment runs for detailed analysisrequest:GetExperimentCompareEventsRequest):Promise<GetExperimentCompareEventsResponse>
compareRuns
compareRuns(Retrieve experiment comparison Compare metrics and results between two experiment runsrequest:GetExperimentComparisonRequest):Promise<GetExperimentComparisonResponse>
createRun
createRun(Create a new evaluation run Create a new experiment run to track an evaluation against a dataset.request:CreateRunRequest):Promise<CreateRunResponse>
deleteRun
deleteRun(Delete an evaluation run Permanently delete an experiment run by its run ID.request:DeleteRunRequest):Promise<DeleteRunResponse>
getRun
getRun(Get details of an evaluation run Retrieve the full details of a single experiment run by its run ID.request:GetRunRequest):Promise<GetRunResponse>
getRunMetrics
getRunMetrics(Get event metrics for an experiment run Retrieve event metrics from ClickHouse for a specific experiment runrequest:GetExperimentRunMetricsRequest):Promise<GetExperimentRunMetricsResponse>
getRunSchema
getRunSchema(Get events schema for a single experiment run Retrieve the events schema (fields, datasets, mappings) for a single experiment run.request:GetRunSchemaRequest):Promise<GetRunSchemaResponse>
getRunsSchema
getRunsSchema(Get events schema across all experiment runs in a project Retrieve the aggregated events schema (fields, datasets, mappings) across all experiment runs in the project.request?:GetRunsSchemaRequest):Promise<GetRunsSchemaResponse>
getSummary
getSummary(Retrieve experiment summary Compute evaluation summary for an experiment run: pass/fail results, metric aggregations, per-datapoint results, event details, and the experiment run object.request:GetExperimentSummaryRequest):Promise<GetExperimentSummaryResponse>
listRuns
listRuns(Get a list of evaluation runs List experiment runs with optional filtering by dataset, status, name, date range, and specific run IDs. Results are paginated and sortable.request?:GetRunsRequest):Promise<GetRunsResponse>
updateRun
updateRun(Update an evaluation run Update fields on an existing experiment run such as name, status, metadata, or results.request:UpdateRunRequest):Promise<UpdateRunResponse>

