nemo_microservices.types.data_designer.scipy_sampler_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.scipy_sampler_params.ScipySamplerParams(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- decimal_places: int | None#
None
Number of decimal places to round the sampled values to.
- dist_name: str#
None
Name of a scipy.stats distribution.
- dist_params: Dict[str, object]#
None
Parameters of the scipy.stats distribution given in
dist_name.