public interface LineageSubgraphOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifacts(int index)
The Artifact nodes in the subgraph.
|
int |
getArtifactsCount()
The Artifact nodes in the subgraph.
|
List<Artifact> |
getArtifactsList()
The Artifact nodes in the subgraph.
|
ArtifactOrBuilder |
getArtifactsOrBuilder(int index)
The Artifact nodes in the subgraph.
|
List<? extends ArtifactOrBuilder> |
getArtifactsOrBuilderList()
The Artifact nodes in the subgraph.
|
Event |
getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.
|
int |
getEventsCount()
The Event edges between Artifacts and Executions in the subgraph.
|
List<Event> |
getEventsList()
The Event edges between Artifacts and Executions in the subgraph.
|
EventOrBuilder |
getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.
|
List<? extends EventOrBuilder> |
getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
|
Execution |
getExecutions(int index)
The Execution nodes in the subgraph.
|
int |
getExecutionsCount()
The Execution nodes in the subgraph.
|
List<Execution> |
getExecutionsList()
The Execution nodes in the subgraph.
|
ExecutionOrBuilder |
getExecutionsOrBuilder(int index)
The Execution nodes in the subgraph.
|
List<? extends ExecutionOrBuilder> |
getExecutionsOrBuilderList()
The Execution nodes in the subgraph.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Artifact> getArtifactsList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;Artifact getArtifacts(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;int getArtifactsCount()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;ArtifactOrBuilder getArtifactsOrBuilder(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;List<Execution> getExecutionsList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;Execution getExecutions(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;int getExecutionsCount()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;ExecutionOrBuilder getExecutionsOrBuilder(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;List<Event> getEventsList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;Event getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;int getEventsCount()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;List<? extends EventOrBuilder> getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;EventOrBuilder getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;Copyright © 2025 Google LLC. All rights reserved.