Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtStep

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

A thought step.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1ThoughtStep

Returns a new instance of GenaiVertexV1beta1ThoughtStep.



5007
5008
5009
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5007

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

Instance Attribute Details

#signatureString

A signature hash for backend validation. Corresponds to the JSON property signature NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


5000
5001
5002
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5000

def signature
  @signature
end

#summaryArray<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Content>

A summary of the thought. Corresponds to the JSON property summary



5005
5006
5007
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5005

def summary
  @summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5012
5013
5014
5015
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5012

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