data_designer.config.seed
data_designer.config.seed
data_designer.config.seed
Bases: str, enum.Enum
Bases: data_designer.config.base.ConfigBase
Bases: data_designer.config.base.ConfigBase
Bases: data_designer.config.base.ConfigBase
Configuration for sampling data from a seed dataset.
Parameters:
A SeedSource defining where the seed data exists
Strategy for how to sample rows from the dataset.
Optional strategy to select a subset of the dataset.
Attributes:
A SeedSource defining where the seed data exists
Strategy for how to sample rows from the dataset.
Optional strategy to select a subset of the dataset.
Examples:
Initialization:
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be
validated to form a valid model.
self is explicitly positional-only to allow self as a field name.