nemo_microservices.types.data_designer.scipy_sampler_params_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.scipy_sampler_params_param.ScipySamplerParamsParam#
Bases:
typing_extensions.TypedDict- decimal_places: int#
None
Number of decimal places to round the sampled values to.
- dist_name: typing_extensions.Required[str]#
None
Name of a scipy.stats distribution.
- dist_params: typing_extensions.Required[Dict[str, object]]#
None
Parameters of the scipy.stats distribution given in
dist_name.