Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IntermediateExtractedMemory

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1IntermediateExtractedMemory

Returns a new instance of GoogleCloudAiplatformV1IntermediateExtractedMemory.



18045
18046
18047
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18045

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#factString

Output only. The fact of the extracted memory. Corresponds to the JSON property fact

Returns:

  • (String)


18043
18044
18045
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18043

def fact
  @fact
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18050
18051
18052
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18050

def update!(**args)
  @fact = args[:fact] if args.key?(:fact)
end