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.



53573
53574
53575
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53573

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



53571
53572
53573
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53571

def new_task_status
  @new_task_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53578
53579
53580
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53578

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