nemo_microservices.types.data_designer.uniform_sampler_params_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.uniform_sampler_params_param.UniformSamplerParamsParam#

Bases: typing_extensions.TypedDict

decimal_places: int#

None

Number of decimal places to round the sampled values to.

high: typing_extensions.Required[float]#

None

Upper bound of the uniform distribution, inclusive.

low: typing_extensions.Required[float]#

None

Lower bound of the uniform distribution, inclusive.