Uses of Interface
com.langfuse.client.resources.commons.types.PricingTier._FinalStage
Packages that use PricingTier._FinalStage
-
Uses of PricingTier._FinalStage in com.langfuse.client.resources.commons.types
Classes in com.langfuse.client.resources.commons.types that implement PricingTier._FinalStageMethods in com.langfuse.client.resources.commons.types that return PricingTier._FinalStageModifier and TypeMethodDescriptionPricingTier._FinalStage.addAllConditions(List<PricingTierCondition> conditions) PricingTier.Builder.addAllConditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTier._FinalStage.addConditions(PricingTierCondition conditions) PricingTier.Builder.addConditions(PricingTierCondition conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTier._FinalStage.additionalProperties(Map<String, Object> additionalProperties) PricingTier._FinalStage.additionalProperty(String key, Object value) PricingTier._FinalStage.conditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTier.Builder.conditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).Prices (USD) by usage type for this tier.Prices (USD) by usage type for this tier.Prices (USD) by usage type for this tier.PricingTier.Builder.priority(int priority) Priority for tier matching evaluation.PricingTier.PriorityStage.priority(int priority) Priority for tier matching evaluation.PricingTier._FinalStage.putAllPrices(Map<String, Double> prices) PricingTier.Builder.putAllPrices(Map<String, Double> prices) Prices (USD) by usage type for this tier.