AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TuningExample

    A single example for tuning.

    Inheritance
    object
    TuningExample
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class TuningExample

    Constructors

    TuningExample()

    Declaration
    public TuningExample()

    TuningExample(string, string)

    Declaration
    public TuningExample(string textInput, string output)
    Parameters
    Type Name Description
    string textInput
    string output

    Properties

    Output

    Required. The expected model output.

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

    TextInput

    Optional. Text model input.

    Declaration
    public string TextInput { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX