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.



53679
53680
53681
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53679

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



53677
53678
53679
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53677

def task_artifact_change
  @task_artifact_change
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53684
53685
53686
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53684

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