public interface LineageSubgraphOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArtifacts(int index)
public abstract Artifact getArtifacts(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Artifact |
getArtifactsCount()
public abstract int getArtifactsCount()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
Returns | |
---|---|
Type | Description |
int |
getArtifactsList()
public abstract List<Artifact> getArtifactsList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
Returns | |
---|---|
Type | Description |
List<Artifact> |
getArtifactsOrBuilder(int index)
public abstract ArtifactOrBuilder getArtifactsOrBuilder(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ArtifactOrBuilder |
getArtifactsOrBuilderList()
public abstract List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ArtifactOrBuilder> |
getEvents(int index)
public abstract Event getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Event |
getEventsCount()
public abstract int getEventsCount()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
Returns | |
---|---|
Type | Description |
int |
getEventsList()
public abstract List<Event> getEventsList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
Returns | |
---|---|
Type | Description |
List<Event> |
getEventsOrBuilder(int index)
public abstract EventOrBuilder getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EventOrBuilder |
getEventsOrBuilderList()
public abstract List<? extends EventOrBuilder> getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1.Event events = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.EventOrBuilder> |
getExecutions(int index)
public abstract Execution getExecutions(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Execution |
getExecutionsCount()
public abstract int getExecutionsCount()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
Returns | |
---|---|
Type | Description |
int |
getExecutionsList()
public abstract List<Execution> getExecutionsList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
Returns | |
---|---|
Type | Description |
List<Execution> |
getExecutionsOrBuilder(int index)
public abstract ExecutionOrBuilder getExecutionsOrBuilder(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExecutionOrBuilder |
getExecutionsOrBuilderList()
public abstract List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1.Execution executions = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ExecutionOrBuilder> |