Class AddExecutionEventsRequest (1.7.1)

AddExecutionEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for MetadataService.AddExecutionEvents.

Attributes

NameDescription
execution str
Required. The resource name of the Execution that the Events connect Artifacts with. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}``
events Sequence[google.cloud.aiplatform_v1.types.Event]
The Events to create and add.

Inheritance

builtins.object > proto.message.Message > AddExecutionEventsRequest