Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest (v0.3.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest.

Request message for MetadataService.AddExecutionEvents.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#events

def events() -> ::Array<::Google::Cloud::AIPlatform::V1::Event>
Returns

#events=

def events=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Event>
Parameter
Returns

#execution

def execution() -> ::String
Returns
  • (::String) — Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

#execution=

def execution=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Returns
  • (::String) — Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}