Class ProjectsResource.LocationsResource.IndexEndpointsResource.MutateDeployedIndexRequest
Update an existing DeployedIndex under an IndexEndpoint.
Inheritance
ProjectsResource.LocationsResource.IndexEndpointsResource.MutateDeployedIndexRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.IndexEndpointsResource.MutateDeployedIndexRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
MutateDeployedIndexRequest(IClientService, GoogleCloudAiplatformV1beta1DeployedIndex, string)
Constructs a new MutateDeployedIndex request.
Declaration
public MutateDeployedIndexRequest(IClientService service, GoogleCloudAiplatformV1beta1DeployedIndex body, string indexEndpoint)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1DeployedIndex | 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 IndexEndpoint resource into which to deploy an Index. 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 MutateDeployedIndex parameter list.
Declaration
protected override void InitParameters()