Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepDeltaData

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) ⇒ GenaiVertexV1beta1StepDeltaData

Returns a new instance of GenaiVertexV1beta1StepDeltaData.



4472
4473
4474
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4472

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

Instance Attribute Details

#arguments_deltaGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ArgumentsDelta

Corresponds to the JSON property argumentsDelta



4415
4416
4417
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4415

def arguments_delta
  @arguments_delta
end

#audioGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1AudioDelta

Corresponds to the JSON property audio



4420
4421
4422
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4420

def audio
  @audio
end

#documentGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1DocumentDelta

Corresponds to the JSON property document



4425
4426
4427
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4425

def document
  @document
end

#function_resultGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1FunctionResultDelta

Corresponds to the JSON property functionResult



4430
4431
4432
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4430

def function_result
  @function_result
end

#imageGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ImageDelta

Corresponds to the JSON property image



4435
4436
4437
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4435

def image
  @image
end

#server_tool_callGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolCallDelta

Corresponds to the JSON property serverToolCall



4440
4441
4442
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4440

def server_tool_call
  @server_tool_call
end

#server_tool_resultGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ServerToolResultDelta

Corresponds to the JSON property serverToolResult



4445
4446
4447
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4445

def server_tool_result
  @server_tool_result
end

#textGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextDelta

Corresponds to the JSON property text



4450
4451
4452
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4450

def text
  @text
end

#text_annotation_deltaGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1TextAnnotationDelta

Corresponds to the JSON property textAnnotationDelta



4455
4456
4457
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4455

def text_annotation_delta
  @text_annotation_delta
end

#thought_signatureGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSignatureDelta

Corresponds to the JSON property thoughtSignature



4460
4461
4462
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4460

def thought_signature
  @thought_signature
end

#thought_summaryGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryDelta

Corresponds to the JSON property thoughtSummary



4465
4466
4467
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4465

def thought_summary
  @thought_summary
end

#videoGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoDelta

Corresponds to the JSON property video



4470
4471
4472
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4470

def video
  @video
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4477

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