Iteration

pydantic model Iteration[source]

The fmu.iteration block contains information about the iteration this data object belongs to.

Fields:
field id: int [Required]

The internal identification of this iteration, represented by an integer.

Constraints:
  • ge = 0

field name: str [Required]

The name of the iteration. This is typically reflecting the folder name on scratch. In ERT, custom names for iterations are supported, e.g. “pred”.

field uuid: UUID [Required]

The unique identifier of this case. Currently made by fmu.dataio.

field restart_from: Optional[UUID] = None

A uuid reference to another iteration that this iteration was restarted from