Resource group
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
| Method | Path | Operation |
|---|---|---|
| GET | /v1/functions/{functionId}/samples |
List Samples (ListSamples) |
| POST | /v1/functions/{functionId}/samples |
Create a Sample (PostSample) |
| GET | /v1/functions/{functionId}/samples/{sampleId} |
Get a Sample (GetSample) |
| PUT | /v1/functions/{functionId}/samples/{sampleId}/annotation |
Update a Sample (PutAnnotation) |
| DELETE | /v1/functions/{functionId}/samples/{sampleId} |
Delete a Sample (DeleteSample) |
| POST | /v1/functions/{functionId}/samples/{sampleId}/sample-sets |
Sample Sets (PostSampleSetToSample) |