Class DeleteModelRequest
Inheritance
object
RESTRequestBody
DeleteModelRequest
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class DeleteModelRequest : RESTRequestBody
Properties
ModelId
Required. The id of the model to delete.
Declaration
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string |