Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskOutput

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 the final output of a task.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TaskOutput

Returns a new instance of GoogleCloudAiplatformV1beta1TaskOutput.



58705
58706
58707
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58705

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

Instance Attribute Details

#artifactsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskArtifact>

Optional. A list of artifacts (files, data) produced by the task. Corresponds to the JSON property artifacts



58703
58704
58705
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58703

def artifacts
  @artifacts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



58710
58711
58712
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58710

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