Uses of Class
org.springframework.ai.huggingface.model.GenerateResponse
-
Uses of GenerateResponse in org.springframework.ai.huggingface.api
Modifier and TypeMethodDescriptionTextGenerationInferenceApi.generate
(GenerateRequest body) Generate tokens Generate tokensModifier 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
Modifier and TypeMethodDescriptionGenerateResponse.details
(AllOfGenerateResponseDetails details) GenerateResponse.generatedText
(String generatedText)