Class GoogleCloudAiplatformV1EvaluationInstanceAgentData
Contains data specific to agent evaluations.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationInstanceAgentData : IDirectResponseSchema
Properties
AgentConfig
Optional. Agent configuration.
Declaration
[JsonProperty("agentConfig")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfig AgentConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceAgentConfig |
Agents
Optional. The static Agent Configuration. This map defines the graph structure of the agent system. Key:
agent_id (matches the author field in events). Value: The static configuration of the agent (tools,
instructions, sub-agents).
Declaration
[JsonProperty("agents")]
public virtual IDictionary<string, GoogleCloudAiplatformV1EvaluationInstanceAgentConfig> Agents { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudAiplatformV1EvaluationInstanceAgentConfig> |
DeveloperInstruction
Optional. Deprecated. A field containing instructions from the developer for the agent. Please use
agents.developer_instruction or turns.events.active_instruction instead.
Declaration
[JsonProperty("developerInstruction")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceInstanceData DeveloperInstruction { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceInstanceData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Events
A list of events.
Declaration
[JsonProperty("events")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents Events { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents |
Tools
List of tools.
Declaration
[JsonProperty("tools")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools |
ToolsText
A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters.
Declaration
[JsonProperty("toolsText")]
public virtual string ToolsText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Turns
Optional. The chronological list of conversation turns. Each turn represents a logical execution cycle (e.g., User Input -> Agent Response).
Declaration
[JsonProperty("turns")]
public virtual IList<GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn> Turns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1EvaluationInstanceAgentDataConversationTurn> |