Matched Agent Run
class MatchedAgentRun<Output, RunData>(val agentRun: CompletedAgentRun<Output>, val runData: RunData)
A successful CompletedAgentRun together with the PreparedAgentRun.runData that produced it, returned by the generic StageScope.runAgentWithRetries.
Properties
Link copied to clipboard
The successful agent run.
Link copied to clipboard
The data carried by the PreparedAgentRun that yielded agentRun.