Vertex AI v1beta1 API - Class AgentData (1.0.0-beta77)

public sealed class AgentData : IMessage<AgentData>, IEquatable<AgentData>, IDeepCloneable<AgentData>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class AgentData.

Represents data specific to multi-turn agent evaluations.

Inheritance

object > AgentData

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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