Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Request message for MetadataService.AddExecutionEvents.
Instance Attribute Summary collapse
-
#events ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Event>
The Events to create and add.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1AddExecutionEventsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AddExecutionEventsRequest
Returns a new instance of GoogleCloudAiplatformV1beta1AddExecutionEventsRequest.
612 613 614 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 612 def initialize(**args) update!(**args) end |
Instance Attribute Details
#events ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Event>
The Events to create and add.
Corresponds to the JSON property events
610 611 612 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 610 def events @events end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
617 618 619 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 617 def update!(**args) @events = args[:events] if args.key?(:events) end |