caikit.core.data_model.producer

Common data model objects used to identify the producer of a given output

Classes

ProducerId

Information about a data structure and the module that produced it.

Module Contents

class caikit.core.data_model.producer.ProducerId[source]

Bases: caikit.core.data_model.dataobject.DataObjectBase

Information about a data structure and the module that produced it.

name: str
version: str
__add__(other)[source]

Add two producer ids.

classmethod from_proto(proto)[source]

Overloaded implementation for efficiency vs base introspection

fill_proto(proto)[source]

Overloaded implementation for efficiency vs base introspection