Skip to content

Commit 4dc5470

Browse files
authored
docs: Drop state from PersonSamplerParams docstring (#81)
1 parent 9f3c9bd commit 4dc5470

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/data_designer/config/sampler_params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,6 @@ class PersonSamplerParams(ConfigBase):
430430
age_range: Two-element list [min_age, max_age] specifying the age range to sample from
431431
(inclusive). Defaults to a standard age range. Both values must be between minimum and
432432
maximum allowed ages.
433-
state: Only supported for "en_US" locale. Filters to sample people from specified US state(s).
434-
Must be provided as two-letter state abbreviations (e.g., "CA", "NY", "TX"). Can be a
435-
single state or a list of states.
436433
with_synthetic_personas: If True, appends additional synthetic persona columns including
437434
personality traits, interests, and background descriptions. Only supported for certain
438435
locales with managed datasets.

0 commit comments

Comments
 (0)