Class: Google::Cloud::AIPlatform::V1::PipelineJob::RuntimeConfig::InputArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineJob::RuntimeConfig::InputArtifact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb
Overview
The type of an input artifact.
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Artifact resource id from MLMD.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns Artifact resource id from MLMD. Which is the last portion of an
artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
.
The artifact must stay within the same project, location and default
metadatastore as the pipeline.
190 191 192 193 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 190 class InputArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |