nemo_microservices.types.data_designer.uniform_sampler_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.uniform_sampler_params.UniformSamplerParams(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

decimal_places: Optional[int]#

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.

sampler_type: Optional[typing_extensions.Literal[uniform]]#

None