nemo_microservices.types.data_designer.uniform_sampler_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.uniform_sampler_params.UniformSamplerParams(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- decimal_places: int | None#
None
Number of decimal places to round the sampled values to.
- high: float#
None
Upper bound of the uniform distribution, inclusive.
- low: float#
None
Lower bound of the uniform distribution, inclusive.