Uses of Class
com.langfuse.client.resources.commons.types.PricingTierInput
Packages that use PricingTierInput
Package
Description
-
Uses of PricingTierInput in com.langfuse.client.resources.commons.types
Methods in com.langfuse.client.resources.commons.types that return PricingTierInputModifier and TypeMethodDescriptionPricingTierInput._FinalStage.build()PricingTierInput.Builder.build()Methods in com.langfuse.client.resources.commons.types with parameters of type PricingTierInputModifier and TypeMethodDescriptionPricingTierInput.Builder.from(PricingTierInput other) PricingTierInput.NameStage.from(PricingTierInput other) -
Uses of PricingTierInput in com.langfuse.client.resources.models.types
Methods in com.langfuse.client.resources.models.types that return types with arguments of type PricingTierInputMethod parameters in com.langfuse.client.resources.models.types with type arguments of type PricingTierInputModifier and TypeMethodDescriptionCreateModelRequest._FinalStage.pricingTiers(List<PricingTierInput> pricingTiers) CreateModelRequest._FinalStage.pricingTiers(Optional<List<PricingTierInput>> pricingTiers) Optional.CreateModelRequest.Builder.pricingTiers(List<PricingTierInput> pricingTiers) Optional.CreateModelRequest.Builder.pricingTiers(Optional<List<PricingTierInput>> pricingTiers) Optional.