Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Represents a list of events for an agent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents

Returns a new instance of GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents.



9266
9267
9268
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9266

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#eventArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content>

Optional. A list of events. Corresponds to the JSON property event



9264
9265
9266
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9264

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9271
9272
9273
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9271

def update!(**args)
  @event = args[:event] if args.key?(:event)
end