Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents

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

Overview

Represents a list of events for an agent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents

Returns a new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents.



11147
11148
11149
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11147

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

Instance Attribute Details

#eventArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content>

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



11145
11146
11147
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11145

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11152
11153
11154
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11152

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