Class: Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/metadata_service.rb

Overview

Request message for MetadataService.AddExecutionEvents.

Instance Attribute Summary collapse

Instance Attribute Details

#events::Array<::Google::Cloud::AIPlatform::V1::Event>

Returns The Events to create and add.

Returns:



865
866
867
868
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 865

class AddExecutionEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#execution::String

Returns 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}



865
866
867
868
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 865

class AddExecutionEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end