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-03-25 UTC."],[[["This page details the `UpdateIndexRequest` class, which is part of the Cloud AI Platform v1beta1 API in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`UpdateIndexRequest` is a request message used for updating an Index via `IndexService.UpdateIndex`."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a copy constructor, and includes two properties: `Index` which is the new Index to update, and `UpdateMask` to specify the fields to be updated."],["The latest version for this class is found in 1.0.0-beta21, with additional documentation available for version 1.0.0-beta20."]]],[]]