Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData
- 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
-
#arguments_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta
Corresponds to the JSON property
argumentsDelta. -
#audio ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1AudioDelta
Corresponds to the JSON property
audio. -
#document ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1DocumentDelta
Corresponds to the JSON property
document. -
#image ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ImageDelta
Corresponds to the JSON property
image. -
#text ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextDelta
Corresponds to the JSON property
text. -
#text_annotation_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextAnnotationDelta
Corresponds to the JSON property
textAnnotationDelta. -
#thought_signature ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSignatureDelta
Corresponds to the JSON property
thoughtSignature. -
#thought_summary ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryDelta
Corresponds to the JSON property
thoughtSummary. -
#video ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoDelta
Corresponds to the JSON property
video.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1StepDeltaData
constructor
A new instance of GenaiVertexV1beta1StepDeltaData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1StepDeltaData
Returns a new instance of GenaiVertexV1beta1StepDeltaData.
4089 4090 4091 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4089 def initialize(**args) update!(**args) end |
Instance Attribute Details
#arguments_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta
Corresponds to the JSON property argumentsDelta
4047 4048 4049 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4047 def arguments_delta @arguments_delta end |
#audio ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1AudioDelta
Corresponds to the JSON property audio
4052 4053 4054 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4052 def audio @audio end |
#document ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1DocumentDelta
Corresponds to the JSON property document
4057 4058 4059 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4057 def document @document end |
#image ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ImageDelta
Corresponds to the JSON property image
4062 4063 4064 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4062 def image @image end |
#text ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextDelta
Corresponds to the JSON property text
4067 4068 4069 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4067 def text @text end |
#text_annotation_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextAnnotationDelta
Corresponds to the JSON property textAnnotationDelta
4072 4073 4074 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4072 def text_annotation_delta @text_annotation_delta end |
#thought_signature ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSignatureDelta
Corresponds to the JSON property thoughtSignature
4077 4078 4079 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4077 def thought_signature @thought_signature end |
#thought_summary ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryDelta
Corresponds to the JSON property thoughtSummary
4082 4083 4084 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4082 def thought_summary @thought_summary end |
#video ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoDelta
Corresponds to the JSON property video
4087 4088 4089 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4087 def video @video end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4094 def update!(**args) @arguments_delta = args[:arguments_delta] if args.key?(:arguments_delta) @audio = args[:audio] if args.key?(:audio) @document = args[:document] if args.key?(:document) @image = args[:image] if args.key?(:image) @text = args[:text] if args.key?(:text) @text_annotation_delta = args[:text_annotation_delta] if args.key?(:text_annotation_delta) @thought_signature = args[:thought_signature] if args.key?(:thought_signature) @thought_summary = args[:thought_summary] if args.key?(:thought_summary) @video = args[:video] if args.key?(:video) end |