Class ProjectsResource.LocationsResource.IndexEndpointsResource.ReadIndexDatapointsRequest
Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.
Inheritance
ProjectsResource.LocationsResource.IndexEndpointsResource.ReadIndexDatapointsRequest
Implements
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse>.UploadProtocol
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.IndexEndpointsResource.ReadIndexDatapointsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ReadIndexDatapointsResponse>, IClientServiceRequest
Constructors
ReadIndexDatapointsRequest(IClientService, GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest, string)
Constructs a new ReadIndexDatapoints request.
Declaration
public ReadIndexDatapointsRequest(IClientService service, GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest body, string indexEndpoint)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest | body | |
string | indexEndpoint |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IndexEndpoint
Required. The name of the index endpoint. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Declaration
[RequestParameter("indexEndpoint", RequestParameterType.Path)]
public virtual string IndexEndpoint { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ReadIndexDatapoints parameter list.
Declaration
protected override void InitParameters()