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.



61783
61784
61785
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61783

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



61781
61782
61783
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61781

def task_artifact_change
  @task_artifact_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



61788
61789
61790
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61788

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