Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments

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

Overview

The arguments to pass to the URL context.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments

Returns a new instance of GenaiVertexV1beta1UrlContextCallStepUrlContextCallStepArguments.



5491
5492
5493
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5491

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

Instance Attribute Details

#urlsArray<String>

The URLs to fetch. Corresponds to the JSON property urls

Returns:

  • (Array<String>)


5489
5490
5491
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5489

def urls
  @urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5496
5497
5498
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5496

def update!(**args)
  @urls = args[:urls] if args.key?(:urls)
end