public sealed class UpdateIndexRequest : IMessage<UpdateIndexRequest>, IEquatable<UpdateIndexRequest>, IDeepCloneable<UpdateIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateIndexRequest.
Request message for
[IndexService.UpdateIndex][google.cloud.aiplatform.v1beta1.IndexService.UpdateIndex].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation is for the `UpdateIndexRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`UpdateIndexRequest` is a request message used by the `IndexService.UpdateIndex` method for updating an index resource."],["This class inherits from `object` and implements `IMessage\u003cUpdateIndexRequest\u003e`, `IEquatable\u003cUpdateIndexRequest\u003e`, `IDeepCloneable\u003cUpdateIndexRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties `Index` (the index to be updated) and `UpdateMask` (specifying which fields to update), along with constructors."],["This page is a reference point for developers working with the .NET client library for the AI Platform, needing to update an index."]]],[]]