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.v1beta1.Artifact artifacts = 1 [(.google.api.resource_reference) = { ... }
Artifact getArtifacts(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.resource_reference) = { ... }
int getArtifactsCount()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.resource_reference) = { ... }
List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.resource_reference) = { ... }
ArtifactOrBuilder getArtifactsOrBuilder(int index)
The Artifact nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.resource_reference) = { ... }
List<Execution> getExecutionsList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2 [(.google.api.resource_reference) = { ... }
Execution getExecutions(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2 [(.google.api.resource_reference) = { ... }
int getExecutionsCount()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2 [(.google.api.resource_reference) = { ... }
List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2 [(.google.api.resource_reference) = { ... }
ExecutionOrBuilder getExecutionsOrBuilder(int index)
The Execution nodes in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 2 [(.google.api.resource_reference) = { ... }
List<Event> getEventsList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;Event getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;int getEventsCount()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;List<? extends EventOrBuilder> getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;EventOrBuilder getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.
repeated .google.cloud.aiplatform.v1beta1.Event events = 3;Copyright © 2021 Google LLC. All rights reserved.