On this page

BatchEvaluationResult

gammaloop Class

BatchEvaluationResult()

Per-sample evaluations paired with one observable snapshot for the complete batch.

Member details

samples

Property · read-only
#
samples: list[SampleEvaluationResult]

Evaluation records in the same order as the requested samples.

observables

Property · read-only
#
observables: dict

Observable snapshots accumulated across the complete sample batch.

__str__

Method
#
__str__() -> str

Return a human-readable batch and observable summary.

__repr__

Method
#
__repr__() -> str

Return the human-readable batch and observable summary.