public interface AddExecutionEventsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvents(int index)
public abstract Event getEvents(int index)The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
| Name | Description |
| index | int |
| Type | Description |
| Event |
getEventsCount()
public abstract int getEventsCount()The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
| Type | Description |
| int |
getEventsList()
public abstract List<Event> getEventsList()The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
| Type | Description |
| List<Event> |
getEventsOrBuilder(int index)
public abstract EventOrBuilder getEventsOrBuilder(int index)The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
| Name | Description |
| index | int |
| Type | Description |
| EventOrBuilder |
getEventsOrBuilderList()
public abstract List<? extends EventOrBuilder> getEventsOrBuilderList()The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.EventOrBuilder> |
getExecution()
public abstract String getExecution() Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The execution. |
getExecutionBytes()
public abstract ByteString getExecutionBytes() Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for execution. |