Case¶
The |
- pydantic model Case[source]¶
The
fmu.case
block contains information about the case from which this data object was exported.A case represent a set of iterations that belong together, either by being part of the same run (i.e. history matching) or by being placed together by the user, corresponding to /scratch/<asset>/<user>/<my case name>/.
Note
If an FMU data object is exported outside the case context, this block will not be present.
- Fields:
- field name: str [Required]¶
The name of the case.
- field uuid: UUID [Required]¶
The unique identifier of this case. Currently made by fmu.dataio.
- field description: Optional[List[str]] = None¶
A free-text description of this case.