Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationInstanceAgentDataAgentEvent

A single event in the execution trace.

Inheritance
object
GoogleCloudAiplatformV1EvaluationInstanceAgentDataAgentEvent
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 GoogleCloudAiplatformV1EvaluationInstanceAgentDataAgentEvent : IDirectResponseSchema

Properties

ActiveTools

Optional. The list of tools that were active/available to the agent at the time of this event. This overrides the AgentConfig.tools if set.

Declaration
[JsonProperty("activeTools")]
public virtual IList<GoogleCloudAiplatformV1Tool> ActiveTools { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Tool>

Author

Required. The ID of the agent or entity that generated this event.

Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
Type Description
string

Content

Required. The content of the event (e.g., text response, tool call, tool response).

Declaration
[JsonProperty("content")]
public virtual GoogleCloudAiplatformV1Content Content { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1Content

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventTime

object representation of EventTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type Description
object

EventTimeDateTimeOffset

DateTimeOffset representation of EventTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EventTimeRaw

Optional. The timestamp when the event occurred.

Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type Description
string

StateDelta

Optional. The change in the session state caused by this event. This is a key-value map of fields that were modified or added by the event.

Declaration
[JsonProperty("stateDelta")]
public virtual IDictionary<string, object> StateDelta { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX