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.
33602 33603 33604 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33602 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
33600 33601 33602 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33600 def target_revision_id @target_revision_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33607 33608 33609 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33607 def update!(**args) @target_revision_id = args[:target_revision_id] if args.key?(:target_revision_id) end |