public sealed class MutateDeployedIndexRequest : IMessage<MutateDeployedIndexRequest>, IEquatable<MutateDeployedIndexRequest>, IDeepCloneable<MutateDeployedIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MutateDeployedIndexRequest.
Request message for [IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.MutateDeployedIndex].
Implements
IMessageMutateDeployedIndexRequest, IEquatableMutateDeployedIndexRequest, IDeepCloneableMutateDeployedIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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] and [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 |
|