TracesDataGenerationJobSource 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.
Traces source for data generation jobs — conversation traces from Application Insights.
public class TracesDataGenerationJobSource : Azure.AI.Projects.DataGenerationJobSource, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.TracesDataGenerationJobSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.TracesDataGenerationJobSource>
type TracesDataGenerationJobSource = class
inherit DataGenerationJobSource
interface IJsonModel<TracesDataGenerationJobSource>
interface IPersistableModel<TracesDataGenerationJobSource>
Public Class TracesDataGenerationJobSource
Inherits DataGenerationJobSource
Implements IJsonModel(Of TracesDataGenerationJobSource), IPersistableModel(Of TracesDataGenerationJobSource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| TracesDataGenerationJobSource(DateTimeOffset) |
Initializes a new instance of TracesDataGenerationJobSource. |
Properties
| Name | Description |
|---|---|
| AgentId |
The unique agent ID used to filter traces. Provide either |
| AgentName |
The agent name to fetch traces for. Provide either |
| AgentVersion |
The agent version. If not specified, traces for ALL versions of the agent are included within the time window. |
| 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'). |
| EndTime |
End of the time window (Unix timestamp in seconds). Defaults to current time. |
| StartTime |
Start of the time window (Unix timestamp in seconds) for fetching traces. |