Class: Google::Cloud::AIPlatform::V1::QueryExecutionInputsAndOutputsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/metadata_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#execution::String

Returns Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}.

Returns:

  • (::String)

    Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}



884
885
886
887
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 884

class QueryExecutionInputsAndOutputsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end