Class PushModelResponse
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Represents the response from the /api/push endpoint.
public class PushModelResponse
- Inheritance
-
PushModelResponse
- Inherited Members
Properties
Digest
Gets or sets the hash of the model file.
[JsonPropertyName("digest")]
public string Digest { get; set; }
Property Value
Status
Gets or sets the status of the push operation.
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Total
Gets or sets the total number of bytes to push.
[JsonPropertyName("total")]
public int Total { get; set; }