nemo_microservices.types.data_designer.gaussian_sampler_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.gaussian_sampler_params.GaussianSamplerParams(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- decimal_places: Optional[int]#
None
Number of decimal places to round the sampled values to.
- mean: float#
None
Mean of the Gaussian distribution
- sampler_type: Optional[typing_extensions.Literal[gaussian]]#
None
- stddev: float#
None
Standard deviation of the Gaussian distribution