Schema
FunctionOutput
The response body for InvokeFunction — predicted Label, confidence,
and (optionally) the full ranked LabelConfidences list.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
labelName |
string nullable |
no | — |
labelId |
string nullable |
no | — |
labelMetadata |
object nullable |
no | — |
confidence |
number (double) |
no | — |
decisionThreshold |
number (double) nullable |
no | — |
labelConfidences |
array<LabelConfidence> nullable |
no | — |
externalId |
string nullable |
no | — |
Source of truth: /openapi/v1.json
(#/components/schemas/)