Class: Google::Cloud::AIPlatform::V1::ReadIndexDatapointsRequest

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

The request message for MatchService.ReadIndexDatapoints.

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_index_id::String

Returns The ID of the DeployedIndex that will serve the request.

Returns:

  • (::String)

    The ID of the DeployedIndex that will serve the request.



156
157
158
159
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156

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

#ids::Array<::String>

Returns IDs of the datapoints to be searched for.

Returns:

  • (::Array<::String>)

    IDs of the datapoints to be searched for.



156
157
158
159
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156

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

#index_endpoint::String

Returns Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.

Returns:

  • (::String)

    Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}



156
157
158
159
# File 'proto_docs/google/cloud/aiplatform/v1/match_service.rb', line 156

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