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].
Implements
IMessageCreateIndexRequest, IEquatableCreateIndexRequest, IDeepCloneableCreateIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateIndexRequest()
public CreateIndexRequest()
CreateIndexRequest(CreateIndexRequest)
public CreateIndexRequest(CreateIndexRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateIndexRequest |
Properties
Index
public Index Index { get; set; }
Required. The Index to create.
Property Value | |
---|---|
Type | Description |
Index |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create the Index in.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |