Cloud AI Platform v1 API - Class ReadIndexDatapointsRequest (2.27.0)

public sealed class ReadIndexDatapointsRequest : IMessage<ReadIndexDatapointsRequest>, IEquatable<ReadIndexDatapointsRequest>, IDeepCloneable<ReadIndexDatapointsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadIndexDatapointsRequest.

The request message for [MatchService.ReadIndexDatapoints][google.cloud.aiplatform.v1.MatchService.ReadIndexDatapoints].

Inheritance

object > ReadIndexDatapointsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ReadIndexDatapointsRequest()

public ReadIndexDatapointsRequest()

ReadIndexDatapointsRequest(ReadIndexDatapointsRequest)

public ReadIndexDatapointsRequest(ReadIndexDatapointsRequest other)
Parameter
NameDescription
otherReadIndexDatapointsRequest

Properties

DeployedIndexId

public string DeployedIndexId { get; set; }

The ID of the DeployedIndex that will serve the request.

Property Value
TypeDescription
string

Ids

public RepeatedField<string> Ids { get; }

IDs of the datapoints to be searched for.

Property Value
TypeDescription
RepeatedFieldstring

IndexEndpoint

public string IndexEndpoint { get; set; }

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

Property Value
TypeDescription
string

IndexEndpointAsIndexEndpointName

public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }

IndexEndpointName-typed view over the IndexEndpoint resource name property.

Property Value
TypeDescription
IndexEndpointName