Uses of Interface
com.langfuse.client.resources.commons.types.Model._FinalStage
Packages that use Model._FinalStage
-
Uses of Model._FinalStage in com.langfuse.client.resources.commons.types
Classes in com.langfuse.client.resources.commons.types that implement Model._FinalStageMethods in com.langfuse.client.resources.commons.types that return Model._FinalStageModifier and TypeMethodDescriptionModel._FinalStage.addAllPricingTiers(List<PricingTier> pricingTiers) Model.Builder.addAllPricingTiers(List<PricingTier> pricingTiers) Array of pricing tiers with conditional pricing based on usage thresholds.Model._FinalStage.additionalProperties(Map<String, Object> additionalProperties) Model._FinalStage.additionalProperty(String key, Object value) Model._FinalStage.addPricingTiers(PricingTier pricingTiers) Model.Builder.addPricingTiers(PricingTier pricingTiers) Array of pricing tiers with conditional pricing based on usage thresholds.Model.Builder.createdAt(OffsetDateTime createdAt) Timestamp when the model was createdModel.CreatedAtStage.createdAt(OffsetDateTime createdAt) Timestamp when the model was createdModel._FinalStage.inputPrice(Nullable<Double> inputPrice) Model._FinalStage.inputPrice(Double inputPrice) Model._FinalStage.inputPrice(Optional<Double> inputPrice) Deprecated.Model.Builder.inputPrice(Nullable<Double> inputPrice) Deprecated.Model.Builder.inputPrice(Double inputPrice) Deprecated.Model.Builder.inputPrice(Optional<Double> inputPrice) Deprecated.Model._FinalStage.outputPrice(Nullable<Double> outputPrice) Model._FinalStage.outputPrice(Double outputPrice) Model._FinalStage.outputPrice(Optional<Double> outputPrice) Deprecated.Model.Builder.outputPrice(Nullable<Double> outputPrice) Deprecated.Model.Builder.outputPrice(Double outputPrice) Deprecated.Model.Builder.outputPrice(Optional<Double> outputPrice) Deprecated.Model._FinalStage.prices(String key, ModelPrice value) Model._FinalStage.prices(Map<String, ModelPrice> prices) Deprecated.Model.Builder.prices(String key, ModelPrice value) Deprecated.Model.Builder.prices(Map<String, ModelPrice> prices) Deprecated.Model._FinalStage.pricingTiers(List<PricingTier> pricingTiers) Array of pricing tiers with conditional pricing based on usage thresholds.Model.Builder.pricingTiers(List<PricingTier> pricingTiers) Array of pricing tiers with conditional pricing based on usage thresholds.Model._FinalStage.putAllPrices(Map<String, ModelPrice> prices) Model.Builder.putAllPrices(Map<String, ModelPrice> prices) Deprecated.Model._FinalStage.startDate(Nullable<OffsetDateTime> startDate) Model._FinalStage.startDate(OffsetDateTime startDate) Model._FinalStage.startDate(Optional<OffsetDateTime> startDate) Apply only to generations which are newer than this ISO date.Model.Builder.startDate(Nullable<OffsetDateTime> startDate) Apply only to generations which are newer than this ISO date.Model.Builder.startDate(OffsetDateTime startDate) Apply only to generations which are newer than this ISO date.Model.Builder.startDate(Optional<OffsetDateTime> startDate) Apply only to generations which are newer than this ISO date.Model._FinalStage.tokenizerId(Nullable<String> tokenizerId) Model._FinalStage.tokenizerId(String tokenizerId) Model._FinalStage.tokenizerId(Optional<String> tokenizerId) Optional.Model.Builder.tokenizerId(Nullable<String> tokenizerId) Optional.Model.Builder.tokenizerId(String tokenizerId) Optional.Model.Builder.tokenizerId(Optional<String> tokenizerId) Optional.Model._FinalStage.totalPrice(Nullable<Double> totalPrice) Model._FinalStage.totalPrice(Double totalPrice) Model._FinalStage.totalPrice(Optional<Double> totalPrice) Deprecated.Model.Builder.totalPrice(Nullable<Double> totalPrice) Deprecated.Model.Builder.totalPrice(Double totalPrice) Deprecated.Model.Builder.totalPrice(Optional<Double> totalPrice) Deprecated.Model._FinalStage.unit(Nullable<ModelUsageUnit> unit) Model._FinalStage.unit(ModelUsageUnit unit) Model._FinalStage.unit(Optional<ModelUsageUnit> unit) Unit used by this model.Model.Builder.unit(Nullable<ModelUsageUnit> unit) Unit used by this model.Model.Builder.unit(ModelUsageUnit unit) Unit used by this model.Model.Builder.unit(Optional<ModelUsageUnit> unit) Unit used by this model.