Skip to content

Transform Config

Source

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.

model_dump(**kwargs)

Return the model as a dictionary.

Parameters:

Name Type Description Default
**kwargs

Pydantic BaseMode model_dump method keyword arguments.

{}

Returns:

Type Description
{str: Any}

Dictionary representation of the model.