Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RollbackMemoryRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RollbackMemoryRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Request message for MemoryBankService.RollbackMemory.
Instance Attribute Summary collapse
-
#target_revision_id ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1RollbackMemoryRequest
constructor
A new instance of GoogleCloudAiplatformV1RollbackMemoryRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1RollbackMemoryRequest
Returns a new instance of GoogleCloudAiplatformV1RollbackMemoryRequest.
32167 32168 32169 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32167 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_revision_id ⇒ Fixnum
Required. The ID of the revision to rollback to.
Corresponds to the JSON property targetRevisionId
32165 32166 32167 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32165 def target_revision_id @target_revision_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32172 32173 32174 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32172 def update!(**args) @target_revision_id = args[:target_revision_id] if args.key?(:target_revision_id) end |