model
Model implementation for the Measurement artifact.
MeasurementMetadata
Bases: BaseModel
Info about a Measurement.
Source code in mlte/measurement/model.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |
additional_data = {}
class-attribute
instance-attribute
Additional metadata to add.
measurement_class
instance-attribute
The module/name of the class used for this measurement.
output_class
instance-attribute
The module/class of the output produced by this measurement.
__str__()
Return a string representation.
Source code in mlte/measurement/model.py
20 21 22 23 24 25 26 27 | |