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
@Generated
public interface LineageSubgraphOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArtifacts(int index) The Artifact nodes in the subgraph.intThe Artifact nodes in the subgraph.The Artifact nodes in the subgraph.getArtifactsOrBuilder(int index) The Artifact nodes in the subgraph.List<? extends ArtifactOrBuilder>The Artifact nodes in the subgraph.getEvents(int index) The Event edges between Artifacts and Executions in the subgraph.intThe Event edges between Artifacts and Executions in the subgraph.The Event edges between Artifacts and Executions in the subgraph.getEventsOrBuilder(int index) The Event edges between Artifacts and Executions in the subgraph.List<? extends EventOrBuilder>The Event edges between Artifacts and Executions in the subgraph.getExecutions(int index) The Execution nodes in the subgraph.intThe Execution nodes in the subgraph.The Execution nodes in the subgraph.getExecutionsOrBuilder(int index) The Execution nodes in the subgraph.List<? extends ExecutionOrBuilder>The Execution nodes in the subgraph.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getArtifactsList
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getArtifacts
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
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1; -
getExecutionsList
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2; -
getExecutions
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
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2; -
getEventsList
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3; -
getEvents
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
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
-