Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponse

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

Response message for ExampleStoreService.SearchExamples.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SearchExamplesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1SearchExamplesResponse.



49656
49657
49658
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49656

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

Instance Attribute Details

#resultsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchExamplesResponseSimilarExample>

The results of searching for similar examples. Corresponds to the JSON property results



49654
49655
49656
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49654

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49661
49662
49663
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49661

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