Class: Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb

Overview

A list of artifact metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts::Array<::Google::Cloud::AIPlatform::V1::Artifact> (readonly)

Returns Output only. A list of artifact metadata.

Returns:



337
338
339
340
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 337

class ArtifactList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end