EvaluatorGenerationArtifacts.Kinds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The kinds of rows present in dataset. Always contains "spec" (the generated evaluation specification, a Markdown document describing what the evaluator measures). May additionally contain "tools" (when the generation pipeline produced or inferred OpenAI tool schemas) and/or "context" (when supplementary materials such as file uploads or trace samples were used during generation).
public System.Collections.Generic.IList<string> Kinds { get; }
member this.Kinds : System.Collections.Generic.IList<string>
Public ReadOnly Property Kinds As IList(Of String)