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.



53496
53497
53498
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53496

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



53494
53495
53496
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53494

def artifacts
  @artifacts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53501
53502
53503
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 53501

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