Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleSearchCallDelta
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleSearchCallDelta
- 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 ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleSearchCallContentGoogleSearchCallArguments
The arguments to pass to Google Search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleSearchCallDelta
constructor
A new instance of GenaiVertexV1beta1GoogleSearchCallDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1GoogleSearchCallDelta
Returns a new instance of GenaiVertexV1beta1GoogleSearchCallDelta.
2683 2684 2685 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2683 def initialize(**args) update!(**args) end |
Instance Attribute Details
#arguments ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1GoogleSearchCallContentGoogleSearchCallArguments
The arguments to pass to Google Search.
Corresponds to the JSON property arguments
2681 2682 2683 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2681 def arguments @arguments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2688 2689 2690 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2688 def update!(**args) @arguments = args[:arguments] if args.key?(:arguments) end |