Class: Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList
- 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
-
#artifacts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Artifact>
readonly
Output only.
Instance Attribute Details
#artifacts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Artifact> (readonly)
Returns Output only. A list of artifact metadata.
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 |