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 ArtifactgetArtifacts(int index)The Artifact nodes in the subgraph.intgetArtifactsCount()The Artifact nodes in the subgraph.List<Artifact>getArtifactsList()The Artifact nodes in the subgraph.ArtifactOrBuildergetArtifactsOrBuilder(int index)The Artifact nodes in the subgraph.List<? extends ArtifactOrBuilder>getArtifactsOrBuilderList()The Artifact nodes in the subgraph.EventgetEvents(int index)The Event edges between Artifacts and Executions in the subgraph.intgetEventsCount()The Event edges between Artifacts and Executions in the subgraph.List<Event>getEventsList()The Event edges between Artifacts and Executions in the subgraph.EventOrBuildergetEventsOrBuilder(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.ExecutiongetExecutions(int index)The Execution nodes in the subgraph.intgetExecutionsCount()The Execution nodes in the subgraph.List<Execution>getExecutionsList()The Execution nodes in the subgraph.ExecutionOrBuildergetExecutionsOrBuilder(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;
-
-