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.



53554
53555
53556
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53554

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



53552
53553
53554
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53552

def task_message
  @task_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53559
53560
53561
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53559

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