dips.SetStatisticsSettingsVal module#

Generated wrapper for SetStatisticsSettings protobuf message.

class dips.SetStatisticsSettingsVal.SetStatisticsSettingsVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for SetStatisticsSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property custom_interval: float#

Get the CustomInterval field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property one_std_dev: bool#

Get the OneStdDev field value.

property three_std_dev: bool#

Get the ThreeStdDev field value.

to_proto()#

Get the underlying protobuf message.

property two_std_dev: bool#

Get the TwoStdDev field value.

property use_custom_interval: bool#

Get the UseCustomInterval field value.