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.



61764
61765
61766
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61764

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



61762
61763
61764
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61762

def artifacts
  @artifacts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



61769
61770
61771
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61769

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