dips.CustomHistogramOptionsVal module#
Generated wrapper for CustomHistogramOptions protobuf message.
- class dips.CustomHistogramOptionsVal.CustomHistogramOptionsVal(custom_range: CustomRangeVal | None = None, distribution_filter: StatisticalDistributionFilterVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for CustomHistogramOptions with Pythonic getters and setters.
- property apply_distribution_filter: bool#
Get the ApplyDistributionFilter field value.
- copy()#
Create a copy of this wrapper.
- property custom_range: CustomRangeVal#
Get the CustomRange field as a wrapper.
- property distribution_filter: StatisticalDistributionFilterVal#
Get the DistributionFilter field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- to_proto()#
Get the underlying protobuf message.