Class ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequest
Remove Datapoints from an Index.
Inheritance
ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1RemoveDatapointsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1RemoveDatapointsResponse>, IClientServiceRequest
Constructors
RemoveDatapointsRequest(IClientService, GoogleCloudAiplatformV1RemoveDatapointsRequest, string)
Constructs a new RemoveDatapoints request.
Declaration
public RemoveDatapointsRequest(IClientService service, GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1RemoveDatapointsRequest | body | |
string | index |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Index
Required. The name of the Index resource to be updated. Format:
projects/{project}/locations/{location}/indexes/{index}
Declaration
[RequestParameter("index", RequestParameterType.Path)]
public virtual string Index { 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 RemoveDatapoints parameter list.
Declaration
protected override void InitParameters()