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.



60162
60163
60164
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60162

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



60160
60161
60162
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60160

def artifacts
  @artifacts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



60167
60168
60169
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60167

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