Package ai.extend.types
Interface RunUsageBreakdownEntry.ObjectStage
-
- All Known Implementing Classes:
RunUsageBreakdownEntry.Builder
- Enclosing class:
- RunUsageBreakdownEntry
public static interface RunUsageBreakdownEntry.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunUsageBreakdownEntry.Builderfrom(RunUsageBreakdownEntry other)RunUsageBreakdownEntry.IdStageobject(RunUsageBreakdownEntryObject object)The public object type of the contributing resource.
-
-
-
Method Detail
-
object
RunUsageBreakdownEntry.IdStage object(@NotNull RunUsageBreakdownEntryObject object)
The public object type of the contributing resource. Mirrors the top-level
objectfield on the corresponding endpoint so callers can fetch the underlying resource by id if they want more detail.
-
from
RunUsageBreakdownEntry.Builder from(RunUsageBreakdownEntry other)
-
-