Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse
- 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
Response message for AppendA2aTaskEvents.
Instance Attribute Summary collapse
-
#generation ⇒ Fixnum
Task generation matching the last event Corresponds to the JSON property
generation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse
Returns a new instance of GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse.
8670 8671 8672 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8670 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generation ⇒ Fixnum
Task generation matching the last event
Corresponds to the JSON property generation
8668 8669 8670 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8668 def generation @generation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8675 8676 8677 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8675 def update!(**args) @generation = args[:generation] if args.key?(:generation) end |