nemo_microservices.types.data_designer.gaussian_sampler_params_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.gaussian_sampler_params_param.GaussianSamplerParamsParam#

Bases: typing_extensions.TypedDict

decimal_places: int#

None

Number of decimal places to round the sampled values to.

mean: typing_extensions.Required[float]#

None

Mean of the Gaussian distribution

stddev: typing_extensions.Required[float]#

None

Standard deviation of the Gaussian distribution