AzureAIProjectsModelFactory.AgentEvaluatorGenerationJobSource Method
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.
Agent source for evaluator generation jobs — references an agent to fetch instructions and metadata from.
public static Azure.AI.Projects.AgentEvaluatorGenerationJobSource AgentEvaluatorGenerationJobSource(string description = default, string agentName = default, string agentVersion = default);
static member AgentEvaluatorGenerationJobSource : string * string * string -> Azure.AI.Projects.AgentEvaluatorGenerationJobSource
Public Shared Function AgentEvaluatorGenerationJobSource (Optional description As String = Nothing, Optional agentName As String = Nothing, Optional agentVersion As String = Nothing) As AgentEvaluatorGenerationJobSource
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').
- agentName
- String
The agent name to fetch instructions from.
- agentVersion
- String
The agent version. If not specified, the latest version is used.
Returns
A new AgentEvaluatorGenerationJobSource instance for mocking.