Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultDelta

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

Returns a new instance of GenaiVertexV1beta1FileSearchResultDelta.



1908
1909
1910
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1908

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

Instance Attribute Details

#resultArray<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultContentFileSearchResult>

Corresponds to the JSON property result



1906
1907
1908
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1906

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1913
1914
1915
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1913

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