Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskOutputChange

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

An event representing a change to the task's outputs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TaskOutputChange

Returns a new instance of GoogleCloudAiplatformV1beta1TaskOutputChange.



53515
53516
53517
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53515

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

Instance Attribute Details

#task_artifact_changeGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskArtifactChange

Describes changes to the artifact list. Corresponds to the JSON property taskArtifactChange



53513
53514
53515
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53513

def task_artifact_change
  @task_artifact_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53520
53521
53522
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53520

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