Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.response.OllamaResult Class Reference
Inheritance diagram for io.github.ollama4j.models.response.OllamaResult:
io.github.ollama4j.models.chat.OllamaChatResult

Public Member Functions

 OllamaResult (String response, long responseTime, int httpStatusCode)
 
String toString ()
 

Detailed Description

The type Ollama result.

Definition at line 13 of file OllamaResult.java.

Constructor & Destructor Documentation

◆ OllamaResult()

io.github.ollama4j.models.response.OllamaResult.OllamaResult ( String response,
long responseTime,
int httpStatusCode )

Definition at line 38 of file OllamaResult.java.

Member Function Documentation

◆ toString()

String io.github.ollama4j.models.response.OllamaResult.toString ( )

Definition at line 45 of file OllamaResult.java.


The documentation for this class was generated from the following file: