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 | Type | Description |
|---|---|---|
name |
str
|
Name of the transformation. |