Class: Google::Cloud::AIPlatform::V1::SearchNearestEntitiesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#feature_view::String

Returns Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}.

Returns:

  • (::String)

    Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}



258
259
260
261
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258

class SearchNearestEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#query::Google::Cloud::AIPlatform::V1::NearestNeighborQuery

Returns Required. The query.

Returns:



258
259
260
261
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258

class SearchNearestEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#return_full_entity::Boolean

Returns Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.

Returns:

  • (::Boolean)

    Optional. If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned. Note that returning full entities will significantly increase the latency and cost of the query.



258
259
260
261
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 258

class SearchNearestEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end