Uses of Class
com.google.cloud.aiplatform.v1.Event.Builder
Packages that use Event.Builder
-
Uses of Event.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Event.BuilderModifier and TypeMethodDescriptionAddExecutionEventsRequest.Builder.addEventsBuilder()The Events to create and add.AddExecutionEventsRequest.Builder.addEventsBuilder(int index) The Events to create and add.LineageSubgraph.Builder.addEventsBuilder()The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addEventsBuilder(int index) The Event edges between Artifacts and Executions in the subgraph.Event.Builder.clear()Event.Builder.clearArtifact()Required.Event.Builder.clearEventTime()Output only.Event.Builder.clearExecution()Output only.Event.Builder.clearLabels()Event.Builder.clearType()Required.AddExecutionEventsRequest.Builder.getEventsBuilder(int index) The Events to create and add.LineageSubgraph.Builder.getEventsBuilder(int index) The Event edges between Artifacts and Executions in the subgraph.Event.Builder.mergeEventTime(com.google.protobuf.Timestamp value) Output only.Event.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Event.Builder.mergeFrom(com.google.protobuf.Message other) static Event.BuilderEvent.newBuilder()static Event.BuilderEvent.newBuilder(Event prototype) Event.newBuilderForType()protected Event.BuilderEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Event.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to annotate Events.The labels with user-defined metadata to annotate Events.Event.Builder.removeLabels(String key) The labels with user-defined metadata to annotate Events.Event.Builder.setArtifact(String value) Required.Event.Builder.setArtifactBytes(com.google.protobuf.ByteString value) Required.Event.Builder.setEventTime(com.google.protobuf.Timestamp value) Output only.Event.Builder.setEventTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Event.Builder.setExecution(String value) Output only.Event.Builder.setExecutionBytes(com.google.protobuf.ByteString value) Output only.Event.Builder.setType(Event.Type value) Required.Event.Builder.setTypeValue(int value) Required.Event.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Event.BuilderModifier and TypeMethodDescriptionAddExecutionEventsRequest.Builder.getEventsBuilderList()The Events to create and add.LineageSubgraph.Builder.getEventsBuilderList()The Event edges between Artifacts and Executions in the subgraph.Methods in com.google.cloud.aiplatform.v1 with parameters of type Event.BuilderModifier and TypeMethodDescriptionAddExecutionEventsRequest.Builder.addEvents(int index, Event.Builder builderForValue) The Events to create and add.AddExecutionEventsRequest.Builder.addEvents(Event.Builder builderForValue) The Events to create and add.LineageSubgraph.Builder.addEvents(int index, Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.LineageSubgraph.Builder.addEvents(Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.AddExecutionEventsRequest.Builder.setEvents(int index, Event.Builder builderForValue) The Events to create and add.LineageSubgraph.Builder.setEvents(int index, Event.Builder builderForValue) The Event edges between Artifacts and Executions in the subgraph.