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. -
#function_result ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FunctionResultDelta
Corresponds to the JSON property
functionResult. -
#image ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ImageDelta
Corresponds to the JSON property
image. -
#server_tool_call ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolCallDelta
Corresponds to the JSON property
serverToolCall. -
#server_tool_result ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolResultDelta
Corresponds to the JSON property
serverToolResult. -
#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.
4990 4991 4992 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4990 def initialize(**args) update!(**args) end |
Instance Attribute Details
#arguments_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta
Corresponds to the JSON property argumentsDelta
4933 4934 4935 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4933 def arguments_delta @arguments_delta end |
#audio ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1AudioDelta
Corresponds to the JSON property audio
4938 4939 4940 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4938 def audio @audio end |
#document ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1DocumentDelta
Corresponds to the JSON property document
4943 4944 4945 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4943 def document @document end |
#function_result ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FunctionResultDelta
Corresponds to the JSON property functionResult
4948 4949 4950 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4948 def function_result @function_result end |
#image ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ImageDelta
Corresponds to the JSON property image
4953 4954 4955 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4953 def image @image end |
#server_tool_call ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolCallDelta
Corresponds to the JSON property serverToolCall
4958 4959 4960 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4958 def server_tool_call @server_tool_call end |
#server_tool_result ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolResultDelta
Corresponds to the JSON property serverToolResult
4963 4964 4965 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4963 def server_tool_result @server_tool_result end |
#text ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextDelta
Corresponds to the JSON property text
4968 4969 4970 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4968 def text @text end |
#text_annotation_delta ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextAnnotationDelta
Corresponds to the JSON property textAnnotationDelta
4973 4974 4975 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4973 def text_annotation_delta @text_annotation_delta end |
#thought_signature ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSignatureDelta
Corresponds to the JSON property thoughtSignature
4978 4979 4980 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4978 def thought_signature @thought_signature end |
#thought_summary ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryDelta
Corresponds to the JSON property thoughtSummary
4983 4984 4985 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4983 def thought_summary @thought_summary end |
#video ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoDelta
Corresponds to the JSON property video
4988 4989 4990 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4988 def video @video end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4995 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) @function_result = args[:function_result] if args.key?(:function_result) @image = args[:image] if args.key?(:image) @server_tool_call = args[:server_tool_call] if args.key?(:server_tool_call) @server_tool_result = args[:server_tool_result] if args.key?(:server_tool_result) @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 |