AnyStandardResult

StructureDepthSurfaceStandardResult

The standard_result field contains information about which standard results this data object represent.

InplaceVolumesStandardResult

The standard_result field contains information about which standard results this data object represents.

pydantic model AnyStandardResult[source]

The standard result field contains information about which standard result this data object represents. Data that is tagged as such is a standard result from FMU that conforms to a specified standard.

This class, AnyStandardResult, acts as a container for different standard results, with the exact standard result being identified by the standard_result.name field.

Fields:
field root: Annotated[Union[InplaceVolumesStandardResult, StructureDepthSurfaceStandardResult], Field(discriminator='name')] [Required]