noether.core.schemas.aero.callbacks¶
Classes¶
Configuration for surface/volume evaluation metrics callback. |
Module Contents¶
- class noether.core.schemas.aero.callbacks.SurfaceVolumeEvaluationMetricsCallbackConfig(/, **data)¶
Bases:
noether.core.schemas.callbacks.PeriodicDataIteratorCallbackConfigConfiguration for surface/volume evaluation metrics callback.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- Parameters:
data (Any)
- name: Literal['SurfaceVolumeEvaluationMetricsCallback'] = 'SurfaceVolumeEvaluationMetricsCallback'¶
- forward_properties: list[str] = []¶
List of properties in the dataset to be forwarded during inference.
- chunked_inference: bool = False¶
If True, perform inference in chunks over the full simulation geometry.
- chunk_properties: list[str] = []¶
List of properties in the dataset to be chunked for chunked inference.
- sample_size_property: str | None = None¶
Property in the batch to determine the sample size for chunking.
- validate_config()¶
- Return type: