dips.DataFormatterVal module#

Generated wrapper for DataFormatter protobuf message.

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

Bases: object

Simple wrapper for DataFormatter with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property data_format: str#

Get the DataFormat field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.