Interface AddExecutionEventsRequestOrBuilder (3.42.0)

public interface AddExecutionEventsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvents(int index)

public abstract Event getEvents(int index)

The Events to create and add.

repeated .google.cloud.aiplatform.v1beta1.Event events = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Event

getEventsCount()

public abstract int getEventsCount()

The Events to create and add.

repeated .google.cloud.aiplatform.v1beta1.Event events = 2;

Returns
TypeDescription
int

getEventsList()

public abstract List<Event> getEventsList()

The Events to create and add.

repeated .google.cloud.aiplatform.v1beta1.Event events = 2;

Returns
TypeDescription
List<Event>

getEventsOrBuilder(int index)

public abstract EventOrBuilder getEventsOrBuilder(int index)

The Events to create and add.

repeated .google.cloud.aiplatform.v1beta1.Event events = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventOrBuilder

getEventsOrBuilderList()

public abstract List<? extends EventOrBuilder> getEventsOrBuilderList()

The Events to create and add.

repeated .google.cloud.aiplatform.v1beta1.Event events = 2;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for execution.