SamplexOutput¶
- class samplomatic.samplex.SamplexOutput(specs: Iterable[TensorSpecification], metadata: dict[str, Any] | None = None)[source]¶
Bases:
TensorInterfaceThe output of a single call to
sample().- Parameters:
specs – An iterable of specificaitons for the allowed data in this interface.
metadata – Information relating to the process of sampling.