Class CreateModelResponse
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Represents the response from the /api/create endpoint
public class CreateModelResponse
- Inheritance
-
CreateModelResponse
- Inherited Members
Properties
Status
Represents the status of a model creation.
[JsonPropertyName("status")]
public string Status { get; set; }