public sealed class ReadIndexDatapointsRequest : IMessage<ReadIndexDatapointsRequest>, IEquatable<ReadIndexDatapointsRequest>, IDeepCloneable<ReadIndexDatapointsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadIndexDatapointsRequest.
The request message for [MatchService.ReadIndexDatapoints][google.cloud.aiplatform.v1beta1.MatchService.ReadIndexDatapoints].
Implements
IMessageReadIndexDatapointsRequest, IEquatableReadIndexDatapointsRequest, IDeepCloneableReadIndexDatapointsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ReadIndexDatapointsRequest()
public ReadIndexDatapointsRequest()
ReadIndexDatapointsRequest(ReadIndexDatapointsRequest)
public ReadIndexDatapointsRequest(ReadIndexDatapointsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ReadIndexDatapointsRequest |
Properties
DeployedIndexId
public string DeployedIndexId { get; set; }
The ID of the DeployedIndex that will serve the request.
Property Value | |
---|---|
Type | Description |
string |
Ids
public RepeatedField<string> Ids { get; }
IDs of the datapoints to be searched for.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IndexEndpoint
public string IndexEndpoint { get; set; }
Required. The name of the index endpoint.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Property Value | |
---|---|
Type | Description |
string |
IndexEndpointAsIndexEndpointName
public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }
IndexEndpointName-typed view over the IndexEndpoint resource name property.
Property Value | |
---|---|
Type | Description |
IndexEndpointName |