Package ai.extend.types
Interface RunUsageBreakdownCharge.ProductStage
-
- All Known Implementing Classes:
RunUsageBreakdownCharge.Builder
- Enclosing class:
- RunUsageBreakdownCharge
public static interface RunUsageBreakdownCharge.ProductStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunUsageBreakdownCharge.Builderfrom(RunUsageBreakdownCharge other)RunUsageBreakdownCharge.UnitStageproduct(java.lang.String product)Identifier for the billable cost driver.
-
-
-
Method Detail
-
product
RunUsageBreakdownCharge.UnitStage product(@NotNull java.lang.String product)
Identifier for the billable cost driver.
-
from
RunUsageBreakdownCharge.Builder from(RunUsageBreakdownCharge other)
-
-