Uses of Class
com.google.cloud.aiplatform.v1.LineageSubgraph.Builder
Packages that use LineageSubgraph.Builder
-
Uses of LineageSubgraph.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return LineageSubgraph.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.addAllArtifacts(Iterable<? extends Artifact> values) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addAllEvents(Iterable<? extends Event> values) The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addAllExecutions(Iterable<? extends Execution> values) The Execution nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(int index, Artifact value) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(int index, Artifact.Builder builderForValue) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(Artifact value) The Artifact nodes in the subgraph.LineageSubgraph.Builder.addArtifacts(Artifact.Builder builderForValue) The Artifact nodes in the subgraph.The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addEvents(int index, Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addEvents(Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addExecutions(int index, Execution value) The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutions(int index, Execution.Builder builderForValue) The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutions(Execution value) The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutions(Execution.Builder builderForValue) The Execution nodes in the subgraph.LineageSubgraph.Builder.clear()LineageSubgraph.Builder.clearArtifacts()The Artifact nodes in the subgraph.LineageSubgraph.Builder.clearEvents()The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.clearExecutions()The Execution nodes in the subgraph.LineageSubgraph.Builder.mergeFrom(LineageSubgraph other) LineageSubgraph.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LineageSubgraph.Builder.mergeFrom(com.google.protobuf.Message other) static LineageSubgraph.BuilderLineageSubgraph.newBuilder()static LineageSubgraph.BuilderLineageSubgraph.newBuilder(LineageSubgraph prototype) LineageSubgraph.newBuilderForType()protected LineageSubgraph.BuilderLineageSubgraph.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) LineageSubgraph.Builder.removeArtifacts(int index) The Artifact nodes in the subgraph.LineageSubgraph.Builder.removeEvents(int index) The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.removeExecutions(int index) The Execution nodes in the subgraph.LineageSubgraph.Builder.setArtifacts(int index, Artifact value) The Artifact nodes in the subgraph.LineageSubgraph.Builder.setArtifacts(int index, Artifact.Builder builderForValue) The Artifact nodes in the subgraph.The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.setEvents(int index, Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.setExecutions(int index, Execution value) The Execution nodes in the subgraph.LineageSubgraph.Builder.setExecutions(int index, Execution.Builder builderForValue) The Execution nodes in the subgraph.LineageSubgraph.toBuilder()