Schema · Ontology:
SampleSample
One input recorded against a Function. May carry an Annotation
(ground truth) and a Prediction (the model’s guess).
Fields
| Field | Type | Required | Description |
|---|---|---|---|
annotation |
Annotation |
no | — |
data |
IFunctionInput |
no | — |
externalId |
string nullable |
no | — |
sampleSets |
array<SampleSetRelationship> nullable |
no | — |
id |
string nullable |
no | — |
prediction |
Prediction |
no | — |
Source of truth: /openapi/v1.json
(#/components/schemas/)