AgentEvaluatorGenerationJobSource 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.
Agent source for evaluator generation jobs — references an agent to fetch instructions and metadata from.
public class AgentEvaluatorGenerationJobSource : Azure.AI.Projects.EvaluatorGenerationJobSource, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentEvaluatorGenerationJobSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentEvaluatorGenerationJobSource>
type AgentEvaluatorGenerationJobSource = class
inherit EvaluatorGenerationJobSource
interface IJsonModel<AgentEvaluatorGenerationJobSource>
interface IPersistableModel<AgentEvaluatorGenerationJobSource>
Public Class AgentEvaluatorGenerationJobSource
Inherits EvaluatorGenerationJobSource
Implements IJsonModel(Of AgentEvaluatorGenerationJobSource), IPersistableModel(Of AgentEvaluatorGenerationJobSource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AgentEvaluatorGenerationJobSource(String) |
Initializes a new instance of AgentEvaluatorGenerationJobSource. |
Properties
| Name | Description |
|---|---|
| AgentName |
The agent name to fetch instructions from. |
| AgentVersion |
The agent version. If not specified, the latest version is used. |
| 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'). |