Uses of Interface
com.google.cloud.aiplatform.v1.EventOrBuilder
-
Packages that use EventOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of EventOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement EventOrBuilder Modifier and Type Class Description class
Event
An edge describing the relationship between an Artifact and an Execution in a lineage graph.static class
Event.Builder
An edge describing the relationship between an Artifact and an Execution in a lineage graph.Methods in com.google.cloud.aiplatform.v1 that return EventOrBuilder Modifier and Type Method Description EventOrBuilder
AddExecutionEventsRequest.Builder. getEventsOrBuilder(int index)
The Events to create and add.EventOrBuilder
AddExecutionEventsRequest. getEventsOrBuilder(int index)
The Events to create and add.EventOrBuilder
AddExecutionEventsRequestOrBuilder. getEventsOrBuilder(int index)
The Events to create and add.EventOrBuilder
LineageSubgraph.Builder. getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.EventOrBuilder
LineageSubgraph. getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.EventOrBuilder
LineageSubgraphOrBuilder. getEventsOrBuilder(int index)
The Event edges between Artifacts and Executions in the subgraph.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type EventOrBuilder Modifier and Type Method Description List<? extends EventOrBuilder>
AddExecutionEventsRequest.Builder. getEventsOrBuilderList()
The Events to create and add.List<? extends EventOrBuilder>
AddExecutionEventsRequest. getEventsOrBuilderList()
The Events to create and add.List<? extends EventOrBuilder>
AddExecutionEventsRequestOrBuilder. getEventsOrBuilderList()
The Events to create and add.List<? extends EventOrBuilder>
LineageSubgraph.Builder. getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.List<? extends EventOrBuilder>
LineageSubgraph. getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.List<? extends EventOrBuilder>
LineageSubgraphOrBuilder. getEventsOrBuilderList()
The Event edges between Artifacts and Executions in the subgraph.
-