Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IntermediateExtractedMemory
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IntermediateExtractedMemory
- 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
An extracted memory that is the intermediate result before consolidation.
Instance Attribute Summary collapse
-
#fact ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1IntermediateExtractedMemory
constructor
A new instance of GoogleCloudAiplatformV1IntermediateExtractedMemory.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1IntermediateExtractedMemory
Returns a new instance of GoogleCloudAiplatformV1IntermediateExtractedMemory.
18246 18247 18248 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18246 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fact ⇒ String
Output only. The fact of the extracted memory.
Corresponds to the JSON property fact
18244 18245 18246 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18244 def fact @fact end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18251 18252 18253 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18251 def update!(**args) @fact = args[:fact] if args.key?(:fact) end |