AzureAIProjectsModelFactory.DatasetEvaluatorGenerationJobSource Method

Definition

Dataset source for evaluator generation jobs — reference to a dataset.

public static Azure.AI.Projects.DatasetEvaluatorGenerationJobSource DatasetEvaluatorGenerationJobSource(string description = default, string name = default, string version = default);
static member DatasetEvaluatorGenerationJobSource : string * string * string -> Azure.AI.Projects.DatasetEvaluatorGenerationJobSource
Public Shared Function DatasetEvaluatorGenerationJobSource (Optional description As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing) As DatasetEvaluatorGenerationJobSource

Parameters

description
String

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
String

The name of the dataset.

version
String

The version of the dataset. If not specified, the latest version is used.

Returns

A new DatasetEvaluatorGenerationJobSource instance for mocking.

Applies to