Table of Contents

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

string

Status

Gets or sets the status of the push operation.

[JsonPropertyName("status")]
public string Status { get; set; }

Property Value

string

Total

Gets or sets the total number of bytes to push.

[JsonPropertyName("total")]
public int Total { get; set; }

Property Value

int