SystemInformation¶
A generic block that contains a string representing the version of something. |
|
The |
- pydantic model SystemInformation[source]¶
The
tracklog.sysinfo
block contains information about the system upon which these data were exported from.- Fields:
- field fmu_dataio: Optional[Version] = None (alias 'fmu-dataio')¶
The version of fmu-dataio used to export the data. See
Version
.
- field komodo: Optional[Version] = None¶
The version of Komodo in which the the ensemble was run from.
- field operating_system: Optional[OperatingSystem] = None¶
The operating system from which the ensemble was started from. See
OperatingSystem
.