IngestionResult

data class IngestionResult(val outcomes: List<ArtifactOutcome>)

The aggregate result of ingesting a batch, with one ArtifactOutcome per artifact.

Constructors

Link copied to clipboard
constructor(outcomes: List<ArtifactOutcome>)

Properties

Link copied to clipboard

Per-artifact outcomes in batch order.

Link copied to clipboard

All propositions across the batch's ArtifactOutcome.Ingested outcomes. These are unsaved; persistence is the caller's concern.