Package ai.extend.types
Interface RunUsage.CreditsStage
-
- All Known Implementing Classes:
RunUsage.Builder
- Enclosing class:
- RunUsage
public static interface RunUsage.CreditsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunUsage._FinalStagecredits(double credits)The credits consumed by this run.RunUsage.Builderfrom(RunUsage other)
-
-
-
Method Detail
-
credits
RunUsage._FinalStage credits(double credits)
The credits consumed by this run. For most run types this is the line item for the run's own work; for
workflow_runthis is the aggregate across all child runs.
-
from
RunUsage.Builder from(RunUsage other)
-
-