nemo_microservices.types.data_designer.scipy_sampler_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.scipy_sampler_params.ScipySamplerParams(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

decimal_places: Optional[int]#

None

Number of decimal places to round the sampled values to.

dist_name: str#

None

Name of a scipy.stats distribution.

dist_params: Dict[str, object]#

None

Parameters of the scipy.stats distribution given in dist_name.

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

None