Class CopyModelRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class CopyModelRequest : IJsonRequest
Properties
| Edit this page View SourceDestinationId
Required. The id of the model to copy to.
Declaration
[JsonProperty("destination")]
public string DestinationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceId
Required. The id of the model to copy from.
Declaration
[JsonProperty("source")]
public string SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |