AnyStandardResult¶
The |
|
The |
- pydantic model AnyStandardResult[source]¶
The
standard resultfield 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 thestandard_result.namefield.- field root: Annotated[Union[InplaceVolumesStandardResult, StructureDepthSurfaceStandardResult], Field(discriminator='name')] [Required]¶