Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AppendA2aTaskEventsResponse

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

Response message for AppendA2aTaskEvents.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#generationFixnum

Task generation matching the last event Corresponds to the JSON property generation

Returns:

  • (Fixnum)


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