public sealed class MutateDeployedIndexRequest : IMessage<MutateDeployedIndexRequest>, IEquatable<MutateDeployedIndexRequest>, IDeepCloneable<MutateDeployedIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class MutateDeployedIndexRequest.
Request message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1.IndexEndpointService.MutateDeployedIndex].
Implements
IMessageMutateDeployedIndexRequest, IEquatableMutateDeployedIndexRequest, IDeepCloneableMutateDeployedIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
MutateDeployedIndexRequest()
public MutateDeployedIndexRequest()MutateDeployedIndexRequest(MutateDeployedIndexRequest)
public MutateDeployedIndexRequest(MutateDeployedIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MutateDeployedIndexRequest |
Properties
DeployedIndex
public DeployedIndex DeployedIndex { get; set; }Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are [DeployedIndex.automatic_resources][google.cloud.aiplatform.v1.DeployedIndex.automatic_resources] and [DeployedIndex.dedicated_resources][google.cloud.aiplatform.v1.DeployedIndex.dedicated_resources]
| Property Value | |
|---|---|
| Type | Description |
DeployedIndex |
|
IndexEndpoint
public string IndexEndpoint { get; set; }Required. The name of the IndexEndpoint resource into which to deploy an
Index. 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 |
|