class documentation

class EncodingConfig(CustomBaseModel):

View In Hierarchy

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_config Undocumented
from_: Encoding = ΒΆ

Undocumented