Class: Google::Cloud::AIPlatform::V1::LineageSubgraph
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::LineageSubgraph
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb
Overview
A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Artifact>
The Artifact nodes in the subgraph.
-
#events ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Event>
The Event edges between Artifacts and Executions in the subgraph.
-
#executions ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Execution>
The Execution nodes in the subgraph.
Instance Attribute Details
#artifacts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Artifact>
Returns The Artifact nodes in the subgraph.
35 36 37 38 |
# File 'proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb', line 35 class LineageSubgraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#events ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Event>
Returns The Event edges between Artifacts and Executions in the subgraph.
35 36 37 38 |
# File 'proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb', line 35 class LineageSubgraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#executions ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Execution>
Returns The Execution nodes in the subgraph.
35 36 37 38 |
# File 'proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb', line 35 class LineageSubgraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |