class documentation
class InputConfig(OutputConfig):
Undocumented
| Class Variable | encoding |
Undocumented |
| Class Variable | frozen |
Undocumented |
| Class Variable | mean |
Undocumented |
| Class Variable | scale |
Undocumented |
| Property | encoding |
Undocumented |
| Property | is |
Undocumented |
| Class Method | _validate |
Undocumented |
| Static Method | _parse |
Parses the mean_values from the config. |
| Static Method | _parse |
Parses the scale_values from the config. |
| Static Method | _parse |
Resolves named values from the config. |
| Method | _validate |
Undocumented |
| Method | _validate |
Undocumented |
Inherited from OutputConfig:
| Method | validate |
Undocumented |
| Class Variable | layout |
Undocumented |
| Class Variable | name |
Undocumented |
| Class Variable | shape |
Undocumented |
| Class Method | _make |
Undocumented |
Inherited from CustomBaseModel (via OutputConfig):
| Class Variable | model |
Undocumented |
@model_validator( mode='before')
@classmethod
def _validate_encoding(cls, data: @classmethod
dict[ str, Any]) -> dict[ str, Any]:
¶
Undocumented
@field_validator( 'mean_values', mode='before')
@staticmethod
def _parse_mean_values(value: @staticmethod
Any) -> Any:
¶
Parses the mean_values from the config.
@field_validator( 'scale_values', mode='before')
@staticmethod
def _parse_scale_values(value: @staticmethod
Any) -> Any:
¶
Parses the scale_values from the config.