Expand description
Client for a single Actor run (/v2/actor-runs/{runId} and nested routes).
Structs§
- Last
RunOptions - Options for fetching an Actor’s or task’s last run
(
crate::clients::actor::ActorClient::last_run_with_options/crate::clients::task::TaskClient::last_run_with_options). - RunCharge
Options - Options for charging a pay-per-event run via
RunClient::charge. - RunClient
- Client for a specific Actor run.
- RunMetamorph
Options - Options for transforming a run into another Actor’s run (metamorph).
- RunResurrect
Options - Options for resurrecting a finished run.