DQScore
An score value of an indicator (DQIndicator
) in a data quality system (DQSystem
).
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
description
- Type:
string
(external doc) - Proto-Index: 2
label
- Type:
string
(external doc) - Proto-Index: 3
position
- Type:
int
(external doc) - Proto-Index: 4
uncertainty
- Type:
optional
double
(external doc) - Proto-Index: 5
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class DQScore:
description: str
label: str
position: int
uncertainty: float