Uses of Class
org.springframework.ai.huggingface.model.StreamResponse
-
Uses of StreamResponse in org.springframework.ai.huggingface.api
Modifier and TypeMethodDescriptionTextGenerationInferenceApi.generateStream
(GenerateRequest body) Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent EventsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<StreamResponse> TextGenerationInferenceApi.generateStreamWithHttpInfo
(GenerateRequest body) Generate a stream of token using Server-Sent Events Generate a stream of token using Server-Sent Events -
Uses of StreamResponse in org.springframework.ai.huggingface.model
Modifier and TypeMethodDescriptionStreamResponse.details
(AllOfStreamResponseDetails details) StreamResponse.generatedText
(String generatedText)