Class: Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest
- 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
-
#events ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Event>
The Events to create and add.
-
#execution ⇒ ::String
Required.
Instance Attribute Details
#events ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Event>
Returns The Events to create and add.
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}
.
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 |