Package ai.extend.types
Interface WorkflowRunCredits.CreditsStage
-
- All Known Implementing Classes:
WorkflowRunCredits.Builder
- Enclosing class:
- WorkflowRunCredits
public static interface WorkflowRunCredits.CreditsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCredits._FinalStagecredits(double credits)The number of credits consumed for processing in this workflow run.WorkflowRunCredits.Builderfrom(WorkflowRunCredits other)
-
-
-
Method Detail
-
credits
WorkflowRunCredits._FinalStage credits(double credits)
The number of credits consumed for processing in this workflow run.
-
from
WorkflowRunCredits.Builder from(WorkflowRunCredits other)
-
-