DatasetEvaluatorGenerationJobSource Class
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.
Dataset source for evaluator generation jobs — reference to a dataset.
public class DatasetEvaluatorGenerationJobSource : Azure.AI.Projects.EvaluatorGenerationJobSource, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.DatasetEvaluatorGenerationJobSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.DatasetEvaluatorGenerationJobSource>
type DatasetEvaluatorGenerationJobSource = class
inherit EvaluatorGenerationJobSource
interface IJsonModel<DatasetEvaluatorGenerationJobSource>
interface IPersistableModel<DatasetEvaluatorGenerationJobSource>
Public Class DatasetEvaluatorGenerationJobSource
Inherits EvaluatorGenerationJobSource
Implements IJsonModel(Of DatasetEvaluatorGenerationJobSource), IPersistableModel(Of DatasetEvaluatorGenerationJobSource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DatasetEvaluatorGenerationJobSource(String) |
Initializes a new instance of DatasetEvaluatorGenerationJobSource. |
Properties
| Name | Description |
|---|---|
| Description |
Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities'). |
| Name |
The name of the dataset. |
| Version |
The version of the dataset. If not specified, the latest version is used. |