Show / Hide Table of Contents

Class GoogleCloudAiplatformV1AgentData

Represents data specific to multi-turn agent evaluations.

Inheritance
object
GoogleCloudAiplatformV1AgentData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 -&gt; Agent Response).

Declaration
[JsonProperty("turns")]
public virtual IList<GoogleCloudAiplatformV1ConversationTurn> Turns { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1ConversationTurn>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX