Aggregation¶
- pydantic model Aggregation[source]¶
The
fmu.aggregation
block contains information about an aggregation performed over an ensemble.- field id: UUID [Required]¶
The unique identifier of an aggregation.
- field operation: str [Required]¶
A string representing the type of aggregation performed.
- field realization_ids: List[int] [Required]¶
An array of realization ids included in this aggregation.