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 |
DeveloperInstruction
Optional. A field containing instructions from the developer for the agent.
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. Example: [ { "name": "search_actors", "description": "Search for actors in a movie. Returns a list of actors, their roles, their birthdate, and their place of birth.", "parameters": [ { "name": "movie_name", "description": "The name of the movie." }, { "name": "character_name", "description": "The name of the character." } ], "required": ["movie_name", "character_name"] } ]
Declaration
[JsonProperty("toolsText")]
public virtual string ToolsText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |