class documentation
class EncodingConfig(CustomBaseModel):
Input channel conversion performed before inference.
from_ is the encoding supplied by the application and to is the encoding expected by the model. The input field and serialized field name for from_ is "from".
| Class Variable | from_ |
Undocumented |
Inherited from CustomBaseModel:
| Class Variable | model |
Undocumented |