Samples
A Sample is one input recorded against a Function, optionally carrying an
Annotation (the ground-truth Label) and a Prediction (the model’s guess).
Samples are the training data and the audit trail of every invocation captured
by InvokeCapture.
Operations
| Operation | Path | Method |
|---|---|---|
| List Samples | /v1/functions/{functionId}/samples |
GET |
| Create a Sample | /v1/functions/{functionId}/samples |
POST |
| Get a Sample | /v1/functions/{functionId}/samples/{sampleId} |
GET |
| Update a Sample | /v1/functions/{functionId}/samples/{sampleId}/annotation |
PUT |
| Delete a Sample | /v1/functions/{functionId}/samples/{sampleId} |
DELETE |
| Sample Sets | /v1/functions/{functionId}/samples/{sampleId}/sample-sets |
POST |