AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GoogleModelData

    Inheritance
    object
    GoogleModelData
    Implements
    IData
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GoogleModelData : IData

    Properties

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api

    BaseId

    Declaration
    public string BaseId { get; set; }
    Property Value
    Type Description
    string

    Capability

    Declaration
    public ModelFeature? Capability { get; }
    Property Value
    Type Description
    ModelFeature?

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    InputTokenLimit

    Declaration
    public int? InputTokenLimit { get; set; }
    Property Value
    Type Description
    int?

    IsFineTuned

    Declaration
    public bool? IsFineTuned { get; }
    Property Value
    Type Description
    bool?

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OutputTokenLimit

    Declaration
    public int? OutputTokenLimit { get; set; }
    Property Value
    Type Description
    int?

    OwnedBy

    Declaration
    public string OwnedBy { get; }
    Property Value
    Type Description
    string

    Provider

    Declaration
    public string Provider { get; }
    Property Value
    Type Description
    string

    SupportedGenerationMethods

    The model's supported generation methods. The corresponding API method names are defined as Pascal case strings, such as generateMessage and generateContent.

    Declaration
    public string[] SupportedGenerationMethods { get; set; }
    Property Value
    Type Description
    string[]

    Temperature

    Declaration
    public double Temperature { get; set; }
    Property Value
    Type Description
    double

    TopK

    Declaration
    public int TopK { get; set; }
    Property Value
    Type Description
    int

    TopP

    Declaration
    public double TopP { get; set; }
    Property Value
    Type Description
    double

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    string

    Implements

    IData
    In this article
    Back to top Generated by DocFX