Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtStep
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtStep
- 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
-
#signature ⇒ String
A signature hash for backend validation.
-
#summary ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryContent>
A summary of the thought.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1ThoughtStep
constructor
A new instance of GenaiVertexV1beta1ThoughtStep.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1ThoughtStep
Returns a new instance of GenaiVertexV1beta1ThoughtStep.
4769 4770 4771 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signature ⇒ String
A signature hash for backend validation.
Corresponds to the JSON property signature
NOTE: Values are automatically base64 encoded/decoded in the client library.
4762 4763 4764 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4762 def signature @signature end |
#summary ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryContent>
A summary of the thought.
Corresponds to the JSON property summary
4767 4768 4769 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4767 def summary @summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4774 4775 4776 4777 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4774 def update!(**args) @signature = args[:signature] if args.key?(:signature) @summary = args[:summary] if args.key?(:summary) end |