Uses of Class
ai.vectros.types.InferenceCallStats
Packages that use InferenceCallStats
-
Uses of InferenceCallStats in ai.vectros.types
Methods in ai.vectros.types that return InferenceCallStatsMethods in ai.vectros.types that return types with arguments of type InferenceCallStatsModifier and TypeMethodDescriptionInferenceEndpoints.getAsk()InferenceEndpoints.getChat()InferenceEndpoints.getRag()InferenceSection.getTotals()TenantInferenceSection.getTotals()Methods in ai.vectros.types with parameters of type InferenceCallStatsModifier and TypeMethodDescriptionInferenceEndpoints.Builder.ask(InferenceCallStats ask) InferenceEndpoints.Builder.chat(InferenceCallStats chat) InferenceCallStats.Builder.from(InferenceCallStats other) InferenceEndpoints.Builder.rag(InferenceCallStats rag) InferenceSection.Builder.totals(InferenceCallStats totals) TenantInferenceSection.Builder.totals(InferenceCallStats totals) Method parameters in ai.vectros.types with type arguments of type InferenceCallStatsModifier and TypeMethodDescriptionInferenceEndpoints.Builder.ask(Optional<InferenceCallStats> ask) InferenceEndpoints.Builder.chat(Optional<InferenceCallStats> chat) InferenceEndpoints.Builder.rag(Optional<InferenceCallStats> rag) InferenceSection.Builder.totals(Optional<InferenceCallStats> totals) TenantInferenceSection.Builder.totals(Optional<InferenceCallStats> totals)