Class: Google::Cloud::AIPlatform::V1::FindNeighborsResponse::NearestNeighbors

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

Overview

Nearest neighbors for one query.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns The ID of the query datapoint.

Returns:

  • (::String)

    The ID of the query datapoint.



137
138
139
140
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 137

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

#neighbors::Array<::Google::Cloud::AIPlatform::V1::FindNeighborsResponse::Neighbor>

Returns All its neighbors.

Returns:



137
138
139
140
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 137

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