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.
8432 8433 8434 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8432 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generation ⇒ Fixnum
Task generation matching the last event
Corresponds to the JSON property generation
8430 8431 8432 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8430 def generation @generation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8437 8438 8439 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8437 def update!(**args) @generation = args[:generation] if args.key?(:generation) end |