Uses of Class
com.google.cloud.aiplatform.v1beta1.LineageSubgraph
-
Packages that use LineageSubgraph Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of LineageSubgraph in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return LineageSubgraph Modifier and Type Method Description LineageSubgraph
LineageSubgraph.Builder. build()
LineageSubgraph
LineageSubgraph.Builder. buildPartial()
static LineageSubgraph
LineageSubgraph. getDefaultInstance()
LineageSubgraph
LineageSubgraph.Builder. getDefaultInstanceForType()
LineageSubgraph
LineageSubgraph. getDefaultInstanceForType()
static LineageSubgraph
LineageSubgraph. parseDelimitedFrom(InputStream input)
static LineageSubgraph
LineageSubgraph. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LineageSubgraph
LineageSubgraph. parseFrom(byte[] data)
static LineageSubgraph
LineageSubgraph. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LineageSubgraph
LineageSubgraph. parseFrom(com.google.protobuf.ByteString data)
static LineageSubgraph
LineageSubgraph. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LineageSubgraph
LineageSubgraph. parseFrom(com.google.protobuf.CodedInputStream input)
static LineageSubgraph
LineageSubgraph. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LineageSubgraph
LineageSubgraph. parseFrom(InputStream input)
static LineageSubgraph
LineageSubgraph. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LineageSubgraph
LineageSubgraph. parseFrom(ByteBuffer data)
static LineageSubgraph
LineageSubgraph. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LineageSubgraph
MetadataServiceClient. queryArtifactLineageSubgraph(ArtifactName artifact)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryArtifactLineageSubgraph(String artifact)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceGrpc.MetadataServiceBlockingStub. queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryContextLineageSubgraph(ContextName context)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryContextLineageSubgraph(String context)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceGrpc.MetadataServiceBlockingStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceClient. queryExecutionInputsAndOutputs(ExecutionName execution)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.LineageSubgraph
MetadataServiceClient. queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.LineageSubgraph
MetadataServiceClient. queryExecutionInputsAndOutputs(String execution)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.LineageSubgraph
MetadataServiceGrpc.MetadataServiceBlockingStub. queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type LineageSubgraph Modifier and Type Method Description com.google.protobuf.Parser<LineageSubgraph>
LineageSubgraph. getParserForType()
static io.grpc.MethodDescriptor<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceGrpc. getQueryArtifactLineageSubgraphMethod()
static io.grpc.MethodDescriptor<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceGrpc. getQueryContextLineageSubgraphMethod()
static io.grpc.MethodDescriptor<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceGrpc. getQueryExecutionInputsAndOutputsMethod()
static com.google.protobuf.Parser<LineageSubgraph>
LineageSubgraph. parser()
com.google.common.util.concurrent.ListenableFuture<LineageSubgraph>
MetadataServiceGrpc.MetadataServiceFutureStub. queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.com.google.api.gax.rpc.UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceClient. queryArtifactLineageSubgraphCallable()
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings.Builder. queryArtifactLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryArtifactLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings. queryArtifactLineageSubgraphSettings()
Returns the object with the settings used for calls to queryArtifactLineageSubgraph.com.google.common.util.concurrent.ListenableFuture<LineageSubgraph>
MetadataServiceGrpc.MetadataServiceFutureStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceClient. queryContextLineageSubgraphCallable()
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings.Builder. queryContextLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings. queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.com.google.common.util.concurrent.ListenableFuture<LineageSubgraph>
MetadataServiceGrpc.MetadataServiceFutureStub. queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.com.google.api.gax.rpc.UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceClient. queryExecutionInputsAndOutputsCallable()
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceSettings.Builder. queryExecutionInputsAndOutputsSettings()
Returns the builder for the settings used for calls to queryExecutionInputsAndOutputs.com.google.api.gax.rpc.UnaryCallSettings<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceSettings. queryExecutionInputsAndOutputsSettings()
Returns the object with the settings used for calls to queryExecutionInputsAndOutputs.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type LineageSubgraph Modifier and Type Method Description LineageSubgraph.Builder
LineageSubgraph.Builder. mergeFrom(LineageSubgraph other)
static LineageSubgraph.Builder
LineageSubgraph. newBuilder(LineageSubgraph prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type LineageSubgraph Modifier and Type Method Description default void
MetadataServiceGrpc.AsyncService. queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.void
MetadataServiceGrpc.MetadataServiceStub. queryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.default void
MetadataServiceGrpc.AsyncService. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.void
MetadataServiceGrpc.MetadataServiceStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.default void
MetadataServiceGrpc.AsyncService. queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.void
MetadataServiceGrpc.MetadataServiceStub. queryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events. -
Uses of LineageSubgraph in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type LineageSubgraph Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
GrpcMetadataServiceStub. queryArtifactLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStub. queryArtifactLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings.Builder. queryArtifactLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryArtifactLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryArtifactLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings. queryArtifactLineageSubgraphSettings()
Returns the object with the settings used for calls to queryArtifactLineageSubgraph.com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
GrpcMetadataServiceStub. queryContextLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStub. queryContextLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings.Builder. queryContextLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings. queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
GrpcMetadataServiceStub. queryExecutionInputsAndOutputsCallable()
com.google.api.gax.rpc.UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceStub. queryExecutionInputsAndOutputsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceStubSettings.Builder. queryExecutionInputsAndOutputsSettings()
Returns the builder for the settings used for calls to queryExecutionInputsAndOutputs.com.google.api.gax.rpc.UnaryCallSettings<QueryExecutionInputsAndOutputsRequest,LineageSubgraph>
MetadataServiceStubSettings. queryExecutionInputsAndOutputsSettings()
Returns the object with the settings used for calls to queryExecutionInputsAndOutputs.
-