public sealed class UpdateIndexRequest : IMessage<UpdateIndexRequest>, IEquatable<UpdateIndexRequest>, IDeepCloneable<UpdateIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateIndexRequest.
Request message for [IndexService.UpdateIndex][google.cloud.aiplatform.v1beta1.IndexService.UpdateIndex].
Implements
IMessageUpdateIndexRequest, IEquatableUpdateIndexRequest, IDeepCloneableUpdateIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateIndexRequest()
public UpdateIndexRequest()UpdateIndexRequest(UpdateIndexRequest)
public UpdateIndexRequest(UpdateIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateIndexRequest |
Properties
Index
public Index Index { get; set; }Required. The Index which updates the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
Index |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The update mask applies to the resource.
For the FieldMask definition, see
[google.protobuf.FieldMask][google.protobuf.FieldMask].
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|