Class: Google::Cloud::AIPlatform::V1::QueryArtifactLineageSubgraphRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QueryArtifactLineageSubgraphRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.QueryArtifactLineageSubgraph.
Instance Attribute Summary collapse
-
#artifact ⇒ ::String
Required.
-
#filter ⇒ ::String
Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of the Lineage Subgraph.
-
#max_hops ⇒ ::Integer
Specifies the size of the lineage graph in terms of number of hops from the specified artifact.
Instance Attribute Details
#artifact ⇒ ::String
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 1016 class QueryArtifactLineageSubgraphRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 1016 class QueryArtifactLineageSubgraphRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_hops ⇒ ::Integer
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 1016 class QueryArtifactLineageSubgraphRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |