public sealed class AgentData : IMessage<AgentData>, IEquatable<AgentData>, IDeepCloneable<AgentData>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AgentData.
Represents data specific to multi-turn agent evaluations.
Implements
IMessageAgentData, IEquatableAgentData, IDeepCloneableAgentData, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AgentData()
public AgentData()AgentData(AgentData)
public AgentData(AgentData other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentData |
Properties
Agents
public MapField<string, AgentConfig> Agents { get; }Optional. A map containing the static configurations for each agent in the
system. Key: agent_id (matches the author field in events). Value: The
static configuration of the agent.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringAgentConfig |
|
Turns
public RepeatedField<ConversationTurn> Turns { get; }Optional. A chronological list of conversation turns. Each turn represents a logical execution cycle (e.g., User Input -> Agent Response).
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldConversationTurn |
|