Class GoogleCloudAiplatformV1AgentData
Represents data specific to multi-turn agent evaluations.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AgentData : IDirectResponseSchema
Properties
Agents
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.
Declaration
[JsonProperty("agents")]
public virtual IDictionary<string, GoogleCloudAiplatformV1AgentConfig> Agents { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudAiplatformV1AgentConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Turns
Optional. A chronological list of conversation turns. Each turn represents a logical execution cycle (e.g., User Input -> Agent Response).
Declaration
[JsonProperty("turns")]
public virtual IList<GoogleCloudAiplatformV1ConversationTurn> Turns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1ConversationTurn> |