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.



15998
15999
16000
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15998

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



15996
15997
15998
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15996

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16003
16004
16005
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16003

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