Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents
- 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
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents
constructor
A new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents
Returns a new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceDeprecatedAgentDataEvents.
11213 11214 11215 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11213 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content>
Optional. A list of events.
Corresponds to the JSON property event
11211 11212 11213 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11211 def event @event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11218 11219 11220 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11218 def update!(**args) @event = args[:event] if args.key?(:event) end |