Class TuningExample
A single example for tuning.
public class TuningExample
- Inheritance
-
objectTuningExample
Constructors
TuningExample()
public TuningExample()
TuningExample(string, string)
public TuningExample(string textInput, string output)
Parameters
textInputstringoutputstring
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