HeatmapCalculationBucketConfig🔗Constructor🔗HeatmapCalculationBucketConfig() Methods🔗 build🔗Builds the object.def build() -> common.HeatmapCalculationBucketConfig mode🔗Sets the bucket calculation modedef mode(mode: common.HeatmapCalculationMode) -> typing.Self scale🔗Controls the scale of the bucketsdef scale(scale: cogbuilder.Builder[common.ScaleDistributionConfig]) -> typing.Self value🔗The number of buckets to use for the axis in the heatmapdef value(value: str) -> typing.Self See also🔗 HeatmapCalculationBucketConfig