ScaleDistributionConfig🔗
TODO docs
Definition🔗
class ScaleDistributionConfig:
"""
TODO docs
"""
type_val: common.ScaleDistribution
log: typing.Optional[float]
linear_threshold: typing.Optional[float]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.