AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    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
    In this article
    Back to top Generated by DocFX