Table of Contents

Class TuningExample

A single example for tuning.

public class TuningExample
Inheritance
object
TuningExample

Constructors

TuningExample()

public TuningExample()

TuningExample(string, string)

public TuningExample(string textInput, string output)

Parameters

textInput string
output string

Properties

Output

Required. The expected model output.

public string Output { get; set; }

Property Value

string

TextInput

Optional. Text model input.

public string TextInput { get; set; }

Property Value

string