Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultDelta
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultDelta
- 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
-
#result ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultContentFileSearchResult>
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1FileSearchResultDelta
constructor
A new instance of GenaiVertexV1beta1FileSearchResultDelta.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1FileSearchResultDelta
Returns a new instance of GenaiVertexV1beta1FileSearchResultDelta.
2160 2161 2162 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2160 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultContentFileSearchResult>
Corresponds to the JSON property result
2158 2159 2160 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2158 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2165 2166 2167 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2165 def update!(**args) @result = args[:result] if args.key?(:result) end |