Package com.google.cloud.aiplatform.v1
Interface LineageSubgraphOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LineageSubgraph
,LineageSubgraph.Builder
public interface LineageSubgraphOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArtifactsList
List<Artifact> getArtifactsList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
-
getArtifacts
Artifact getArtifacts(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
-
getArtifactsCount
int getArtifactsCount()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
-
getArtifactsOrBuilderList
List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
-
getArtifactsOrBuilder
ArtifactOrBuilder getArtifactsOrBuilder(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
-
getExecutionsList
List<Execution> getExecutionsList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
-
getExecutions
Execution getExecutions(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
-
getExecutionsCount
int getExecutionsCount()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
-
getExecutionsOrBuilderList
List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
-
getExecutionsOrBuilder
ExecutionOrBuilder getExecutionsOrBuilder(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
-
getEventsList
List<Event> getEventsList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-
getEvents
Event getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-
getEventsCount
int getEventsCount()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-
getEventsOrBuilderList
List<? extends EventOrBuilder> getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-
getEventsOrBuilder
EventOrBuilder getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-
-