Class: Google::Cloud::AIPlatform::V1::LineageSubgraph

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#artifacts::Array<::Google::Cloud::AIPlatform::V1::Artifact>

Returns The Artifact nodes in the subgraph.

Returns:



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.

Returns:



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.

Returns:



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