Hooks
PostInferenceHooks ¶
Bases: str, Enum
Post-inference hooks are functions that are called after inference is complete.
Attributes:
| Name | Type | Description |
|---|---|---|
CALLBACK |
str
|
The callback hook is called with the inference response and the task ID. |