Class: Google::Cloud::AIPlatform::V1::QueryContextLineageSubgraphRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QueryContextLineageSubgraphRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.QueryContextLineageSubgraph.
Instance Attribute Summary collapse
-
#context ⇒ ::String
Required.
Instance Attribute Details
#context ⇒ ::String
Returns Required. The resource name of the Context whose Artifacts and Executions
should be retrieved as a LineageSubgraph.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.
643 644 645 646 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 643 class QueryContextLineageSubgraphRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |