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.



64577
64578
64579
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64577

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



64575
64576
64577
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64575

def task_message
  @task_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



64582
64583
64584
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 64582

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