9package io.github.ollama4j.models.response;
11import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
12import com.fasterxml.jackson.annotation.JsonProperty;
22@SuppressWarnings(
"unused")
24@JsonIgnoreProperties(ignoreUnknown =
true)
29 private long responseTime = 0;
33 @JsonProperty(
"created_at")
34 private String createdAt;
36 private Integer completed;
37 private Integer total;
41 @JsonProperty(
"done_reason")
42 private String doneReason;
44 @JsonProperty(
"total_duration")
45 private Long totalDuration;
47 @JsonProperty(
"load_duration")
48 private Long loadDuration;