Transform Config
Parent model for the transforms.
TransformConfig
Bases: BaseModel
Pydantic model used to represent a transformation.
The model_dump method is overwritten to exclude the name field.
Attributes:
-
name(str) –Name of the transformation.