Uses of Class
org.springframework.ai.huggingface.model.GenerateResponse
Packages that use GenerateResponse
-
Uses of GenerateResponse in org.springframework.ai.huggingface.api
Methods in org.springframework.ai.huggingface.api that return GenerateResponseModifier and TypeMethodDescriptionTextGenerationInferenceApi.generate
(GenerateRequest body) Generate tokens Generate tokensMethods in org.springframework.ai.huggingface.api that return types with arguments of type GenerateResponseModifier and TypeMethodDescriptionTextGenerationInferenceApi.compatGenerate
(CompatGenerateRequest body) Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true`org.springframework.http.ResponseEntity<List<GenerateResponse>>
TextGenerationInferenceApi.compatGenerateWithHttpInfo
(CompatGenerateRequest body) Generate tokens if `stream == false` or a stream of token if `stream == true` Generate tokens if `stream == false` or a stream of token if `stream == true`org.springframework.http.ResponseEntity<GenerateResponse>
TextGenerationInferenceApi.generateWithHttpInfo
(GenerateRequest body) Generate tokens Generate tokens -
Uses of GenerateResponse in org.springframework.ai.huggingface.model
Methods in org.springframework.ai.huggingface.model that return GenerateResponseModifier and TypeMethodDescriptionGenerateResponse.details
(AllOfGenerateResponseDetails details) GenerateResponse.generatedText
(String generatedText)