toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-ollama
/
org.http4k.connect.ollama.action
/
PullResponse
Pull
Response
@
JsonSerializable
data
class
PullResponse
(
val
status
:
String
,
val
digest
:
String
?
=
null
,
val
total
:
Long
?
=
null
,
val
completed
:
Long
?
=
null
)
Members
Constructors
Pull
Response
Link copied to clipboard
constructor
(
status
:
String
,
digest
:
String
?
=
null
,
total
:
Long
?
=
null
,
completed
:
Long
?
=
null
)
Properties
completed
Link copied to clipboard
val
completed
:
Long
?
=
null
digest
Link copied to clipboard
val
digest
:
String
?
=
null
status
Link copied to clipboard
val
status
:
String
total
Link copied to clipboard
val
total
:
Long
?
=
null