Class TuningExamples
A set of tuning examples. Can be training or validation data.
Inheritance
object
TuningExamples
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class TuningExamples
Properties
Examples
Required. The examples. Example input can be for text or discuss, but all examples in a set must be of the same type.
Declaration
public List<TuningExample> Examples { get; set; }
Property Value
Type | Description |
---|---|
List<TuningExample> |