Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RollbackMemoryRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RollbackMemoryRequest
- 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 MemoryBankService.RollbackMemory.
Instance Attribute Summary collapse
-
#target_revision_id ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RollbackMemoryRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1RollbackMemoryRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RollbackMemoryRequest
Returns a new instance of GoogleCloudAiplatformV1beta1RollbackMemoryRequest.
40795 40796 40797 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40795 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
40793 40794 40795 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40793 def target_revision_id @target_revision_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40800 40801 40802 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40800 def update!(**args) @target_revision_id = args[:target_revision_id] if args.key?(:target_revision_id) end |