Sha256: 77b997d065bc1d2516d2605679cf4e3de70c87db6747d3c20162af04825ef6aa

Contents?: true

Size: 1.84 KB

Versions: 34

Compression:

Stored size: 1.84 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: google/cloud/aiplatform/v1/match_service.proto for package 'Google.Cloud.AIPlatform.V1'
# Original file comments:
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

require 'grpc'
require 'google/cloud/aiplatform/v1/match_service_pb'

module Google
  module Cloud
    module AIPlatform
      module V1
        module MatchService
          # MatchService is a Google managed service for efficient vector similarity
          # search at scale.
          class Service

            include ::GRPC::GenericService

            self.marshal_class_method = :encode
            self.unmarshal_class_method = :decode
            self.service_name = 'google.cloud.aiplatform.v1.MatchService'

            # Finds the nearest neighbors of each vector within the request.
            rpc :FindNeighbors, ::Google::Cloud::AIPlatform::V1::FindNeighborsRequest, ::Google::Cloud::AIPlatform::V1::FindNeighborsResponse
            # Reads the datapoints/vectors of the given IDs.
            # A maximum of 1000 datapoints can be retrieved in a batch.
            rpc :ReadIndexDatapoints, ::Google::Cloud::AIPlatform::V1::ReadIndexDatapointsRequest, ::Google::Cloud::AIPlatform::V1::ReadIndexDatapointsResponse
          end

          Stub = Service.rpc_stub_class
        end
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
google-cloud-ai_platform-v1-0.58.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.57.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.56.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.55.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.54.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.53.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.52.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.51.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.50.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.49.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.48.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.47.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.46.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.45.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.44.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.43.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.42.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.41.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.39.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb
google-cloud-ai_platform-v1-0.38.0 lib/google/cloud/aiplatform/v1/match_service_services_pb.rb