Snapshot
public struct Snapshot : SendableA Pipeline.Snapshot contains the results of a pipeline execution.
-
An array of all the results in the
Pipeline.Snapshot.Declaration
Swift
public let results: [PipelineResult] -
The time at which the pipeline producing this result was executed.
Declaration
Swift
public let executionTime: Timestamp