public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateIndexRequest.
Request message for
[IndexService.CreateIndex][google.cloud.aiplatform.v1beta1.IndexService.CreateIndex].
[[["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."],[[["The `CreateIndexRequest` class is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is used to request the creation of an Index."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCreateIndexRequest\u003e`, `IDeepCloneable\u003cCreateIndexRequest\u003e`, and `IBufferMessage`."],["It has a constructor that allows creating a new instance or cloning from an existing `CreateIndexRequest` object."],["The `CreateIndexRequest` class requires two key properties to be set: `Index`, which is the Index object to be created, and `Parent`, which specifies the location where the Index should be created, specified in `projects/{project}/locations/{location}` format."],["The class is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and `Parent` can be viewed as a `LocationName`-typed resource name, accessible through the `ParentAsLocationName` property."]]],[]]