Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskStatusDetailsChange

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 a change to the task's status details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TaskStatusDetailsChange

Returns a new instance of GoogleCloudAiplatformV1beta1TaskStatusDetailsChange.



53737
53738
53739
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53737

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

Instance Attribute Details

#new_task_statusGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskStatusDetails

Represents the additional status details of a task. Corresponds to the JSON property newTaskStatus



53735
53736
53737
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53735

def new_task_status
  @new_task_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53742
53743
53744
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53742

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