Class ProjectsResource.LocationsResource.IndexEndpointsResource.DeployIndexRequest
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. Only non-empty Indexes can be deployed.
Inheritance
ProjectsResource.LocationsResource.IndexEndpointsResource.DeployIndexRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.IndexEndpointsResource.DeployIndexRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
DeployIndexRequest(IClientService, GoogleCloudAiplatformV1DeployIndexRequest, string)
Constructs a new DeployIndex request.
Declaration
public DeployIndexRequest(IClientService service, GoogleCloudAiplatformV1DeployIndexRequest body, string indexEndpoint)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1DeployIndexRequest | 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 DeployIndex parameter list.
Declaration
protected override void InitParameters()