Uses of Class
org.springframework.ai.huggingface.model.BestOfSequence
Packages that use BestOfSequence
-
Uses of BestOfSequence in org.springframework.ai.huggingface.model
Methods in org.springframework.ai.huggingface.model that return BestOfSequenceModifier and TypeMethodDescriptionBestOfSequence.addPrefillItem(PrefillToken prefillItem) BestOfSequence.addTokensItem(Token tokensItem) BestOfSequence.finishReason(FinishReason finishReason) BestOfSequence.generatedText(String generatedText) BestOfSequence.generatedTokens(Integer generatedTokens) BestOfSequence.prefill(List<PrefillToken> prefill) Methods in org.springframework.ai.huggingface.model that return types with arguments of type BestOfSequenceMethods in org.springframework.ai.huggingface.model with parameters of type BestOfSequenceModifier and TypeMethodDescriptionDetails.addBestOfSequencesItem(BestOfSequence bestOfSequencesItem) Method parameters in org.springframework.ai.huggingface.model with type arguments of type BestOfSequenceModifier and TypeMethodDescriptionDetails.bestOfSequences(List<BestOfSequence> bestOfSequences) voidDetails.setBestOfSequences(List<BestOfSequence> bestOfSequences)