Uses of Class
com.google.cloud.aiplatform.v1beta1.Event
-
Packages that use Event Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Event in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Event Modifier and Type Method Description Event
Event.Builder. build()
Event
Event.Builder. buildPartial()
static Event
Event. getDefaultInstance()
Event
Event.Builder. getDefaultInstanceForType()
Event
Event. getDefaultInstanceForType()
Event
AddExecutionEventsRequest.Builder. getEvents(int index)
The Events to create and add.Event
AddExecutionEventsRequest. getEvents(int index)
The Events to create and add.Event
AddExecutionEventsRequestOrBuilder. getEvents(int index)
The Events to create and add.Event
LineageSubgraph.Builder. getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.Event
LineageSubgraph. getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.Event
LineageSubgraphOrBuilder. getEvents(int index)
The Event edges between Artifacts and Executions in the subgraph.static Event
Event. parseDelimitedFrom(InputStream input)
static Event
Event. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(byte[] data)
static Event
Event. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.ByteString data)
static Event
Event. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input)
static Event
Event. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(InputStream input)
static Event
Event. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Event
Event. parseFrom(ByteBuffer data)
static Event
Event. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Event Modifier and Type Method Description List<Event>
AddExecutionEventsRequest.Builder. getEventsList()
The Events to create and add.List<Event>
AddExecutionEventsRequest. getEventsList()
The Events to create and add.List<Event>
AddExecutionEventsRequestOrBuilder. getEventsList()
The Events to create and add.List<Event>
LineageSubgraph.Builder. getEventsList()
The Event edges between Artifacts and Executions in the subgraph.List<Event>
LineageSubgraph. getEventsList()
The Event edges between Artifacts and Executions in the subgraph.List<Event>
LineageSubgraphOrBuilder. getEventsList()
The Event edges between Artifacts and Executions in the subgraph.com.google.protobuf.Parser<Event>
Event. getParserForType()
static com.google.protobuf.Parser<Event>
Event. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Event Modifier and Type Method Description AddExecutionEventsRequest.Builder
AddExecutionEventsRequest.Builder. addEvents(int index, Event value)
The Events to create and add.AddExecutionEventsRequest.Builder
AddExecutionEventsRequest.Builder. addEvents(Event value)
The Events to create and add.LineageSubgraph.Builder
LineageSubgraph.Builder. addEvents(int index, Event value)
The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder
LineageSubgraph.Builder. addEvents(Event value)
The Event edges between Artifacts and Executions in the subgraph.Event.Builder
Event.Builder. mergeFrom(Event other)
static Event.Builder
Event. newBuilder(Event prototype)
AddExecutionEventsRequest.Builder
AddExecutionEventsRequest.Builder. setEvents(int index, Event value)
The Events to create and add.LineageSubgraph.Builder
LineageSubgraph.Builder. setEvents(int index, Event value)
The Event edges between Artifacts and Executions in the subgraph.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Event Modifier and Type Method Description AddExecutionEventsRequest.Builder
AddExecutionEventsRequest.Builder. addAllEvents(Iterable<? extends Event> values)
The Events to create and add.LineageSubgraph.Builder
LineageSubgraph.Builder. addAllEvents(Iterable<? extends Event> values)
The Event edges between Artifacts and Executions in the subgraph.AddExecutionEventsResponse
MetadataServiceClient. addExecutionEvents(ExecutionName execution, List<Event> events)
Adds Events to the specified Execution.AddExecutionEventsResponse
MetadataServiceClient. addExecutionEvents(String execution, List<Event> events)
Adds Events to the specified Execution.
-