Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments
- 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
Overview
The arguments to pass to the URL context.
Instance Attribute Summary collapse
-
#urls ⇒ Array<String>
The URLs to fetch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments
constructor
A new instance of GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments
Returns a new instance of GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments.
5904 5905 5906 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#urls ⇒ Array<String>
The URLs to fetch.
Corresponds to the JSON property urls
5902 5903 5904 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5902 def urls @urls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5909 5910 5911 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5909 def update!(**args) @urls = args[:urls] if args.key?(:urls) end |