Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskStatusDetails

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 the additional status details of a task.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TaskStatusDetails

Returns a new instance of GoogleCloudAiplatformV1beta1TaskStatusDetails.



53718
53719
53720
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53718

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#task_messageGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskMessage

Represents a single message in a conversation, compliant with the A2A specification. Corresponds to the JSON property taskMessage



53716
53717
53718
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53716

def task_message
  @task_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53723
53724
53725
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53723

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