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 EventEvent.Builder. build()EventEvent.Builder. buildPartial()static EventEvent. getDefaultInstance()EventEvent.Builder. getDefaultInstanceForType()EventEvent. getDefaultInstanceForType()EventAddExecutionEventsRequest.Builder. getEvents(int index)The Events to create and add.EventAddExecutionEventsRequest. getEvents(int index)The Events to create and add.EventAddExecutionEventsRequestOrBuilder. getEvents(int index)The Events to create and add.EventLineageSubgraph.Builder. getEvents(int index)The Event edges between Artifacts and Executions in the subgraph.EventLineageSubgraph. getEvents(int index)The Event edges between Artifacts and Executions in the subgraph.EventLineageSubgraphOrBuilder. getEvents(int index)The Event edges between Artifacts and Executions in the subgraph.static EventEvent. parseDelimitedFrom(InputStream input)static EventEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(byte[] data)static EventEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.ByteString data)static EventEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input)static EventEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(InputStream input)static EventEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventEvent. parseFrom(ByteBuffer data)static EventEvent. 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.BuilderAddExecutionEventsRequest.Builder. addEvents(int index, Event value)The Events to create and add.AddExecutionEventsRequest.BuilderAddExecutionEventsRequest.Builder. addEvents(Event value)The Events to create and add.LineageSubgraph.BuilderLineageSubgraph.Builder. addEvents(int index, Event value)The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.BuilderLineageSubgraph.Builder. addEvents(Event value)The Event edges between Artifacts and Executions in the subgraph.Event.BuilderEvent.Builder. mergeFrom(Event other)static Event.BuilderEvent. newBuilder(Event prototype)AddExecutionEventsRequest.BuilderAddExecutionEventsRequest.Builder. setEvents(int index, Event value)The Events to create and add.LineageSubgraph.BuilderLineageSubgraph.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.BuilderAddExecutionEventsRequest.Builder. addAllEvents(Iterable<? extends Event> values)The Events to create and add.LineageSubgraph.BuilderLineageSubgraph.Builder. addAllEvents(Iterable<? extends Event> values)The Event edges between Artifacts and Executions in the subgraph.AddExecutionEventsResponseMetadataServiceClient. addExecutionEvents(ExecutionName execution, List<Event> events)Adds Events to the specified Execution.AddExecutionEventsResponseMetadataServiceClient. addExecutionEvents(String execution, List<Event> events)Adds Events to the specified Execution.
-