Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSignatureDelta

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1ThoughtSignatureDelta

Returns a new instance of GenaiVertexV1beta1ThoughtSignatureDelta.



5295
5296
5297
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5295

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

Instance Attribute Details

#signatureString

Signature to match the backend source to be part of the generation. Corresponds to the JSON property signature NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


5293
5294
5295
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5293

def signature
  @signature
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5300
5301
5302
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5300

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