Skip to main content

Glossary

These definitions connect the platform's domain terms to the workflows that use them.

TermMeaning
ProjectThe container for a body of evaluation work. It sets the dataset schema, task type, and analysis dimensions. Manage projects.
Golden Dataset Interface (GDI)The schema contract defining required and optional columns for a dataset and its scoring operations. Text, images, and agent traces use different schemas.
DatasetVersioned test-case rows, including inputs, ground truth, and dimension values. Uploads and mappings produce new versions. Work with datasets.
Golden datasetThe dataset version promoted as an evaluation baseline after readiness checks. Agent-trace ingestion follows its own versioning workflow. Manage golden versions.
Quality checkA readiness check for properties such as required fields, identifiers, annotations, and coverage. The combined verdict informs promotion.
Analysis dimensionA categorical field used to assess coverage and group evaluation results.
System Under Test (SUT)The model or service being evaluated. A registered SUT needs a connection before AIP can call it. Connect a SUT.
ConnectionThe endpoint, authentication, protocol, and response mapping that tell AIP how to invoke a SUT and interpret its output.
OpA registered unit of work, such as a metric, transformation, or synthetic-data operation, identified by a fully qualified key.
Metric / scorerAn operation that scores a response or another evaluation target. Metrics declare their accepted schema and required inputs. Select metrics.
Evaluation configA reusable configuration of evaluation targets, metrics, metric parameters, and thresholds. Manage evaluation configs.
RunOne execution of an evaluation workflow. A hosted runner invokes the SUT; an external runner supplies inference results for the platform to score. Run evaluations.
ResultsIndividual metric outputs and their aggregates, such as counts, means, and pass rates.
AnalysisStatistical views of results, including distributions, slices, and comparisons. Review results.
Synthetic Data Generation (SDG)Operations that create or vary examples to extend dataset coverage. Generate test data.
Span / trace / sessionA span records one agent operation; a trace groups the spans of an agent run; a session can group related traces. Evaluate an agent.
PartitionA saved rule selecting the part of a trace dataset to evaluate, such as tool spans. A partition identifier and its granularity are separate concepts.
Partition typeThe granularity of an agent evaluation target: session, trace, or span. Each metric declares the levels it supports.
Resolved partitionOne concrete target produced by resolving a partition rule. The canonical partition schema carries its target reference and relevant ground truth.
Embedding projectionA reduced-dimensional layout used to explore semantically related examples and failure groups. Explore embeddings and clusters.
Assigned dimensionA dataset category saved from clustering or manual curation and available for later analysis.

The platform mental model explains how these objects fit together. Definitions are reviewed against the repository's domain reference and the linked workflows.