Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskOutput
- 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
-
#artifacts ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskArtifact>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1TaskOutput
constructor
A new instance of GoogleCloudAiplatformV1beta1TaskOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#artifacts ⇒ Array<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 |