Class CopyModelRequest
Inheritance
object
CopyModelRequest
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class CopyModelRequest : RequestBody
Properties
DestinationId
Required. The id of the model to copy to.
Declaration
public string DestinationId { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceId
Required. The id of the model to copy from.
Declaration
public string SourceId { get; set; }
Property Value
Type | Description |
---|---|
string |