nemo_microservices.types.data_designer.person_from_faker_sampler_params_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.person_from_faker_sampler_params_param.PersonFromFakerSamplerParamsParam#

Bases: typing_extensions.TypedDict

age_range: Iterable[int]#

None

If specified, then only synthetic people within this age range will be sampled.

city: Union[str, nemo_microservices._types.SequenceNotStr[str]]#

None

If specified, then only synthetic people from these cities will be sampled.

locale: str#

None

Locale string, determines the language and geographic locale that a synthetic person will be sampled from. E.g, en_US, en_GB, fr_FR, …

sampler_type: typing_extensions.Literal[person_from_faker]#

None

sex: str#

None

If specified, then only synthetic people of the specified sex will be sampled.